Skip to content

Commit

Permalink
chore(tsconfig): noImplicitAny
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Dec 17, 2022
1 parent 557290b commit 3906f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

/* Strict Type-Checking Options */
"strict": true,
"noImplicitAny": false,
"noImplicitAny": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"strictBindCallApply": true,
Expand Down

0 comments on commit 3906f70

Please sign in to comment.