Update angular
[oweals/peertube.git] / client / tsconfig.json
index ac9a3522d536a23f33768d9453261aa44bdaab12..f99c5d87d47f1f3a63fddfe9b29dc6c135e87c35 100644 (file)
@@ -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"
     ],