We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 543560c commit 81f1635Copy full SHA for 81f1635
playgrounds/react/tsconfig.json
@@ -4,6 +4,7 @@
4
"allowSyntheticDefaultImports": true,
5
"jsx": "react-jsx",
6
"module": "ESNext",
7
- "moduleResolution": "node"
+ "moduleResolution": "node",
8
+ "skipLibCheck": true
9
}
10
0 commit comments