diff options
Diffstat (limited to 'client')
-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 e041769dd..431ea7d91 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": false, | 10 | "noImplicitAny": false, |
11 | "alwaysStrict": true, | ||
11 | "target": "es5", | 12 | "target": "es5", |
12 | "typeRoots": [ | 13 | "typeRoots": [ |
13 | "node_modules/@types" | 14 | "node_modules/@types" |