From f36da21e40104a50acb00132920b835240cebb38 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 24 Jul 2019 16:05:59 +0200 Subject: Update angular --- client/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/tsconfig.json') 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 @@ { "compileOnSave": false, "compilerOptions": { + "downlevelIteration": true, "outDir": "./dist/out-tsc", "sourceMap": true, "declaration": false, @@ -13,7 +14,7 @@ "suppressImplicitAnyIndexErrors":true, "alwaysStrict": true, "strictBindCallApply": true, - "target": "es5", + "target": "es2015", "typeRoots": [ "node_modules/@types" ], -- cgit v1.2.3