Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
fix: disable noImplicitAny
Browse files Browse the repository at this point in the history
  • Loading branch information
cexbrayat committed Nov 1, 2019
1 parent b929343 commit 39d37b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/tsconfig.json
Expand Up @@ -9,7 +9,7 @@
"module": "esnext",
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"noImplicitAny": true,
"noImplicitAny": false, // https://github.com/angular/angular/issues/33528
"strictNullChecks": false, // would be nice, but requires a big effort
"strictFunctionTypes": true,
"noImplicitThis": true,
Expand Down

0 comments on commit 39d37b3

Please sign in to comment.