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 authored and jnizet committed Nov 22, 2019
1 parent a369f0a commit 13a1c0d
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 13a1c0d

Please sign in to comment.