diff options
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r-- | client/tsconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json index ef80445db..beca79e01 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json | |||
@@ -8,6 +8,7 @@ | |||
8 | "emitDecoratorMetadata": true, | 8 | "emitDecoratorMetadata": true, |
9 | "experimentalDecorators": true, | 9 | "experimentalDecorators": true, |
10 | "noImplicitAny": true, | 10 | "noImplicitAny": true, |
11 | "noImplicitThis": true, | ||
11 | "suppressImplicitAnyIndexErrors":true, | 12 | "suppressImplicitAnyIndexErrors":true, |
12 | "alwaysStrict": true, | 13 | "alwaysStrict": true, |
13 | "target": "es5", | 14 | "target": "es5", |