diff options
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"] } |
