We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bc1b3b commit 5f0cc8cCopy full SHA for 5f0cc8c
tsconfig/base.json
@@ -2,6 +2,7 @@
2
"$schema": "https://json.schemastore.org/tsconfig",
3
"extends": "@tsconfig/strictest",
4
"compilerOptions": {
5
+ "checkJs": false,
6
"noEmit": true,
7
"skipLibCheck": true,
8
"forceConsistentCasingInFileNames": true,
0 commit comments