We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 767658b commit 3e973f9Copy full SHA for 3e973f9
tsconfig.json
@@ -36,6 +36,7 @@
36
/* Strict Type-Checking Options */
37
"strict": true, /* Enable all strict type-checking options. */
38
"skipDefaultLibCheck": true,
39
+ "skipLibCheck": true,
40
// "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
41
// "strictNullChecks": true, /* Enable strict null checks. */
42
// "strictFunctionTypes": true, /* Enable strict checking of function types. */
0 commit comments