diff options
| author | Aubrey-Li <aubreylys@hotmail.com> | 2022-05-02 20:29:48 -0400 |
|---|---|---|
| committer | Aubrey-Li <aubreylys@hotmail.com> | 2022-05-02 20:29:48 -0400 |
| commit | 314ed039ea4d5128c84de8ec1f06c1ccb0d0e3ec (patch) | |
| tree | 539980ec15c0175f96b9665d1f7314c318dd4da5 /tsconfig.json | |
| parent | 5d9487362545d451b80240a894e84bedd68d2e15 (diff) | |
PresBox indexing rework
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, |
