Skip to content

Commit 8114470

Browse files
committed
Fix tsconfig settings
1 parent 0464e0a commit 8114470

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
"experimentalDecorators": true,
1010
"sourceMap": true,
1111
"declaration": true,
12-
"strict": true
12+
"strict": false,
13+
"strictNullChecks": true,
14+
"noImplicitAny": true
1315
},
1416
"exclude": [
1517
"build",

0 commit comments

Comments
 (0)