diff options
| author | stonedDiscord <Tukz@gmx.de> | 2026-01-28 18:13:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-28 18:13:07 +0100 |
| commit | e18f2a46f3f4bfa7881b8cbc254c10f6eb570040 (patch) | |
| tree | 022efa1e5c590302290b54999b813efc81c7358b /tsconfig.json | |
| parent | 0e4d714c1a6042a448e699176c1fbc84a89393c4 (diff) | |
| parent | fe44f280dc6b80edbee09de1ddc4742feb46c46c (diff) | |
Merge pull request #289 from OmniTroid/esbuild
Esbuild
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index f0256bf..9a5045a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,9 @@ "lib": ["DOM", "DOM.Iterable", "ES2021.String"], "strict": true, "strictNullChecks": false, //document.getElementBy - "downlevelIteration": true + "downlevelIteration": true, + "resolveJsonModule": true, + "esModuleInterop": true }, "include": ["./webAO/*", "./webAO/viewport/viewport.ts"] } |
