Skip to content

Commit 4dc00bb

Browse files
committed
simplify tsconfig
1 parent f95cea3 commit 4dc00bb

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

tsconfig.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
11
{
22
"extends": "typescript-config-silverwind",
3-
"include": [
4-
"**/*",
5-
"**/.*",
6-
"**/.*/**/*",
7-
"**/.*/**/.*",
8-
],
9-
"exclude": [
10-
"**/dist/**",
11-
],
123
"compilerOptions": {
134
"strict": true,
145
"types": [
156
"jest-extended",
167
"vite/client",
17-
"vitest/globals"
8+
"vitest/globals",
189
],
1910
},
2011
}

0 commit comments

Comments
 (0)