We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14cf6ec commit c96e0ecCopy full SHA for c96e0ec
tsconfig.base.json
@@ -61,7 +61,7 @@
61
/* Experimental Options */
62
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
63
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
64
- "skipLibCheck": true,
65
- "useUnknownInCatchVariables": false
+ "skipLibCheck": true, /* Runs type checking against dependencies as well not just the actual source code */
+ "useUnknownInCatchVariables": false /* Are errors in the catch clause type "unknown" or "any" */
66
}
67
0 commit comments