diff options
| author | David Skoland <davidskoland@gmail.com> | 2026-01-27 23:08:23 +0100 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2026-01-27 23:08:23 +0100 |
| commit | 0072b0f20f507e0dd796fe5ee685545532575523 (patch) | |
| tree | 3f6daa1cdbf46c8d489960869f576d00edf35b3a /tsconfig.json | |
| parent | 83dc451b85184a42ddcf75e380a2d33b76c61d61 (diff) | |
need to bake in version the non-npm way
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"] } |
