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 9a33831 commit 6788349Copy full SHA for 6788349
tsconfig.json
@@ -7,6 +7,10 @@
7
"skipLibCheck": true,
8
"sourceMap": true,
9
"forceConsistentCasingInFileNames": true,
10
+ "noImplicitAny": true,
11
+ "strictNullChecks": true,
12
+ "removeComments": true,
13
+ "preserveConstEnums": true,
14
"typeRoots": [ "node_modules/@types" ],
15
"baseUrl": "./src",
16
"rootDir": ".",
0 commit comments