diff --git a/tsconfig.json b/tsconfig.json index 4dc9938..d615db5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "target": "ES6", - "module": "ESNext", + "module": "CommonJS", "outDir": "dist", "strict": true }