Skip to content

Commit 58accc0

Browse files
committed
Remove the use strict directive
1 parent 6f36daf commit 58accc0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
"noImplicitAny": true,
44
"noUnusedLocals": true,
55
"noUnusedParameters": true,
6+
"noImplicitUseStrict": true,
67
"strictNullChecks": true,
78
"module": "esnext",
89
"moduleResolution": "node",
10+
"ignoreDeprecations": "5.0",
911
"resolveJsonModule": true,
1012
"outDir": ".",
1113
"esModuleInterop": true,

0 commit comments

Comments
 (0)