Skip to content
This repository was archived by the owner on Dec 4, 2022. It is now read-only.

Commit 6110c5c

Browse files
committed
change tsconfig.json "strict" settings to be true
1 parent 01eef57 commit 6110c5c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"compilerOptions": {
3-
"strict": false,
3+
"strict": true,
44
"moduleResolution": "node",
5-
"allowJs": true,
65
"noEmit": true,
76
"module": "commonjs",
87
"target": "es2015",

0 commit comments

Comments
 (0)