Skip to content

Commit c96e0ec

Browse files
committed
chore: add comments to tsconfig.base
1 parent 14cf6ec commit c96e0ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.base.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
/* Experimental Options */
6262
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
6363
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
64-
"skipLibCheck": true,
65-
"useUnknownInCatchVariables": false
64+
"skipLibCheck": true, /* Runs type checking against dependencies as well not just the actual source code */
65+
"useUnknownInCatchVariables": false /* Are errors in the catch clause type "unknown" or "any" */
6666
}
6767
}

0 commit comments

Comments
 (0)