diff --git a/tsconfig.json b/tsconfig.json index bd1c6c5..d34ffee 100755 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "target": "ESNext", "useDefineForClassFields": true, - "module": "ESNext", + "module": "CommonJS", "lib": ["ESNext", "DOM", "DOM.Iterable"], "skipLibCheck": true, "moduleResolution": "node",