From 0072b0f20f507e0dd796fe5ee685545532575523 Mon Sep 17 00:00:00 2001 From: David Skoland Date: Tue, 27 Jan 2026 23:08:23 +0100 Subject: need to bake in version the non-npm way --- tsconfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tsconfig.json') 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"] } -- cgit