Skip to content

Commit

Permalink
tweak noImplicitAny
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam committed Nov 8, 2023
1 parent 429894f commit bdf0cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"sourceMap": true,
"declaration": false,
"strictNullChecks": true,
"noImplicitAny": true,
"noImplicitAny": false,
"strictBindCallApply": true,
"strictFunctionTypes": true,
"strictPropertyInitialization": true,
Expand Down

0 comments on commit bdf0cba

Please sign in to comment.