aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorcaleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu>2022-03-22 00:16:34 -0400
committercaleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu>2022-03-22 00:16:34 -0400
commita5d85f1e7cdbf144e2793da3bb5183eff9c6a7bc (patch)
treecf5b3bc44db0f53dbf0a57d5ed1c3aff49b548b8 /tsconfig.json
parent8b01d1792b49c973670dc18ea370ca4845b0e7bb (diff)
converted to typescript
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