aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorDavid Skoland <davidskoland@gmail.com>2026-01-27 23:08:23 +0100
committerDavid Skoland <davidskoland@gmail.com>2026-01-27 23:08:23 +0100
commit0072b0f20f507e0dd796fe5ee685545532575523 (patch)
tree3f6daa1cdbf46c8d489960869f576d00edf35b3a /tsconfig.json
parent83dc451b85184a42ddcf75e380a2d33b76c61d61 (diff)
need to bake in version the non-npm way
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"]
}