diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2024-12-18 00:49:41 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2024-12-18 00:49:41 +0100 |
| commit | 8eed49067b82c7ec017ace069427185a2e135e41 (patch) | |
| tree | 122550d0c07538cb4c8a10d9baece4648cbf3008 /tsconfig.json | |
| parent | 3b198d300fd634326dcab2557c8afb18adeba144 (diff) | |
Add display and fix many issues
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json index a2ac0d2..bb7291a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,10 +1,11 @@ { "compilerOptions": { "target": "es2016", - "module": "commonjs", + "module": "es6", "rootDir": "./src", "outDir": "./build", - "esModuleInterop": true, + "allowSyntheticDefaultImports": true, + "esModuleInterop": false, "strict": true, "skipLibCheck": true, "types": [ |
