diff options
| author | caleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu> | 2022-03-22 00:16:34 -0400 |
|---|---|---|
| committer | caleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu> | 2022-03-22 00:16:34 -0400 |
| commit | a5d85f1e7cdbf144e2793da3bb5183eff9c6a7bc (patch) | |
| tree | cf5b3bc44db0f53dbf0a57d5ed1c3aff49b548b8 /tsconfig.json | |
| parent | 8b01d1792b49c973670dc18ea370ca4845b0e7bb (diff) | |
converted to typescript
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 3 |
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 |
