aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 6e4fb21..c2f6882 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -2,7 +2,8 @@
"compilerOptions": {
"outDir": "./dist",
"allowJs": true,
- "target": "es5"
+ "target": "es5",
+ "downlevelIteration": true
},
"include": ["./webAO/*"]
} \ No newline at end of file