We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ccf692 commit d6b6a98Copy full SHA for d6b6a98
tsconfig.json
@@ -9,6 +9,7 @@
9
"noPropertyAccessFromIndexSignature": true,
10
"noImplicitReturns": true,
11
"noFallthroughCasesInSwitch": true,
12
+ "skipLibCheck": true,
13
"sourceMap": true,
14
"declaration": false,
15
"downlevelIteration": true,
0 commit comments