Skip to content

Commit 0a5c855

Browse files
committed
Remove noImplicitUseStrict build option
1 parent 9ad4bfb commit 0a5c855

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tsconfig.json

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"noImplicitAny": true,
44
"noUnusedLocals": true,
55
"noUnusedParameters": true,
6-
"noImplicitUseStrict": true,
76
"strictNullChecks": true,
87
"module": "esnext",
98
"moduleResolution": "node",

0 commit comments

Comments
 (0)