Skip to content

Commit 9382d7a

Browse files
committed
fix(typescript): Add some more TS config including "skipLibCheck" which prevents typescript from noticing that next ts config and react ts config diverge
1 parent 941386a commit 9382d7a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tsconfig.json

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"jsx": "react-jsx",
99
"target": "ES6",
1010
"lib": ["dom", "dom.iterable", "esnext"],
11+
"skipLibCheck": true,
12+
"strict": true,
13+
"isolatedModules": true,
1114
"allowJs": true,
1215
"allowSyntheticDefaultImports": true,
1316
"esModuleInterop": true,

0 commit comments

Comments
 (0)