Skip to content

Commit 5bdb2bc

Browse files
Set noImplicitAny to true again, and tsc bails :(.
1 parent de02587 commit 5bdb2bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"allowSyntheticDefaultImports": true,
1010
"checkJs": true,
1111
"forceConsistentCasingInFileNames": true,
12-
"noImplicitAny": false,
12+
"noImplicitAny": true,
1313
"noImplicitReturns": true,
1414
"noImplicitThis": true,
1515
"noUnusedLocals": true,

0 commit comments

Comments
 (0)