Skip to content

Commit a7c706d

Browse files
fix: tsconfig
1 parent 0a1e363 commit a7c706d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tsconfig.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@
3232
"noFallthroughCasesInSwitch": true,
3333
"noUncheckedIndexedAccess": true,
3434
"noImplicitOverride": true,
35-
"noPropertyAccessFromIndexSignature": true,
36-
"skipDefaultLibCheck": true
35+
"skipDefaultLibCheck": true,
36+
"skipLibCheck": true
3737
},
38-
"include": ["**/*.ts", "**/*.tsx", "**/*.js", "**/*.d.ts"]
38+
"include": ["**/*.ts", "**/*.tsx", "**/*.js", "**/*.d.ts"],
39+
"exclude": ["node_modules", "dist"]
3940
}

0 commit comments

Comments
 (0)