Re-enabled noImplicitAny again

This commit is contained in:
Kai Röder 2018-12-08 14:30:01 +01:00
parent 206b304f08
commit 49b467d894

View File

@ -6,7 +6,7 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"skipLibCheck": true,
"noImplicitAny": false,
"noImplicitAny": true,
"jsx": "react",
"module": "commonjs",
"target": "es5",