Skip to content

Commit 6788349

Browse files
committed
Add extra properties to tsconfig
1 parent 9a33831 commit 6788349

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tsconfig.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
"skipLibCheck": true,
88
"sourceMap": true,
99
"forceConsistentCasingInFileNames": true,
10+
"noImplicitAny": true,
11+
"strictNullChecks": true,
12+
"removeComments": true,
13+
"preserveConstEnums": true,
1014
"typeRoots": [ "node_modules/@types" ],
1115
"baseUrl": "./src",
1216
"rootDir": ".",

0 commit comments

Comments
 (0)