diff options
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r-- | client/tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json index ac9a3522d..f99c5d87d 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json | |||
@@ -1,6 +1,7 @@ | |||
1 | { | 1 | { |
2 | "compileOnSave": false, | 2 | "compileOnSave": false, |
3 | "compilerOptions": { | 3 | "compilerOptions": { |
4 | "downlevelIteration": true, | ||
4 | "outDir": "./dist/out-tsc", | 5 | "outDir": "./dist/out-tsc", |
5 | "sourceMap": true, | 6 | "sourceMap": true, |
6 | "declaration": false, | 7 | "declaration": false, |
@@ -13,7 +14,7 @@ | |||
13 | "suppressImplicitAnyIndexErrors":true, | 14 | "suppressImplicitAnyIndexErrors":true, |
14 | "alwaysStrict": true, | 15 | "alwaysStrict": true, |
15 | "strictBindCallApply": true, | 16 | "strictBindCallApply": true, |
16 | "target": "es5", | 17 | "target": "es2015", |
17 | "typeRoots": [ | 18 | "typeRoots": [ |
18 | "node_modules/@types" | 19 | "node_modules/@types" |
19 | ], | 20 | ], |