aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorCaleb Mabry <36182383+caleb-mabry@users.noreply.github.com>2022-03-23 15:33:08 -0400
committerGitHub <noreply@github.com>2022-03-23 15:33:08 -0400
commit844dc7e5fe80bca530ccbf62198f183284074108 (patch)
treeb6d1641c37630f72a2ad4de958de53999a6852b1 /tsconfig.json
parenta726bdd00060876be91b6b3f134ecc6867bbeed6 (diff)
parentefe16e1c1e7d4b0ea13c04b816d046ad21eeadb0 (diff)
Merge pull request #123 from caleb-mabry/custom-ini
Adding Custom Markdown Support Based on Asset File
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