From 8eed49067b82c7ec017ace069427185a2e135e41 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Wed, 18 Dec 2024 00:49:41 +0100 Subject: Add display and fix many issues --- tsconfig.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tsconfig.json') 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": [ -- cgit v1.2.3-70-g09d2