diff options
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r-- | client/tsconfig.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json index e041769dd..ef80445db 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json | |||
@@ -7,7 +7,9 @@ | |||
7 | "moduleResolution": "node", | 7 | "moduleResolution": "node", |
8 | "emitDecoratorMetadata": true, | 8 | "emitDecoratorMetadata": true, |
9 | "experimentalDecorators": true, | 9 | "experimentalDecorators": true, |
10 | "noImplicitAny": false, | 10 | "noImplicitAny": true, |
11 | "suppressImplicitAnyIndexErrors":true, | ||
12 | "alwaysStrict": true, | ||
11 | "target": "es5", | 13 | "target": "es5", |
12 | "typeRoots": [ | 14 | "typeRoots": [ |
13 | "node_modules/@types" | 15 | "node_modules/@types" |