diff options
| author | bobzel <zzzman@gmail.com> | 2022-06-08 19:34:18 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-06-08 19:34:18 -0400 |
| commit | 3fcb141913c095e0bdee8874431a51cafe086e3a (patch) | |
| tree | e9fb48b34063e2ceaaa65bbaf41f197d61a4f38b /tsconfig.json | |
| parent | 2e42d66be1439de347305cfd43c6f7e7042127c6 (diff) | |
| parent | 94975954fbd1ce9b68f6545b16a4eabe4b41cca0 (diff) | |
merge with master
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json index f688f18ea..993ab13b9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "compilerOptions": { "target": "es5", + "downlevelIteration": true, // "module": "system", "removeComments": true, "experimentalDecorators": true, |
