Skip to content

Commit ad5ca60

Browse files
committed
fix: remove scripts from tsconfig
1 parent 18390d1 commit ad5ca60

File tree

2 files changed

+8
-138
lines changed

2 files changed

+8
-138
lines changed

scripts/add-repomix-to-orientation.ts

Lines changed: 0 additions & 136 deletions
This file was deleted.

tsconfig.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@
99
"esModuleInterop": true,
1010
"allowSyntheticDefaultImports": true,
1111
"skipLibCheck": true,
12-
"sourceMap": true,
12+
"sourceMap": true
1313
},
14-
"exclude": ["./root/**", "./build/**", "./node_modules/**", "./src/types/kit-editor.d.ts", "**/*.test.*", "scripts/**"]
14+
"exclude": [
15+
"./root/**",
16+
"./build/**",
17+
"./node_modules/**",
18+
"./src/types/kit-editor.d.ts",
19+
"**/*.test.*"
20+
]
1521
}

0 commit comments

Comments
 (0)