We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9854070 commit c76d24cCopy full SHA for c76d24c
1 file changed
tsconfig.json
@@ -26,7 +26,8 @@
26
"noUnusedParameters": true,
27
"noFallthroughCasesInSwitch": true,
28
"resolveJsonModule": true,
29
- "removeComments": true
+ "removeComments": true,
30
+ "skipLibCheck": true
31
},
32
"exclude": [
33
"node_modules",
0 commit comments