aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2026-01-28 18:13:07 +0100
committerGitHub <noreply@github.com>2026-01-28 18:13:07 +0100
commite18f2a46f3f4bfa7881b8cbc254c10f6eb570040 (patch)
tree022efa1e5c590302290b54999b813efc81c7358b /tsconfig.json
parent0e4d714c1a6042a448e699176c1fbc84a89393c4 (diff)
parentfe44f280dc6b80edbee09de1ddc4742feb46c46c (diff)
Merge pull request #289 from OmniTroid/esbuild
Esbuild
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json4
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"]
}