diff --git a/tsconfig.json b/tsconfig.json index f31d1e5..4ae8103 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "target": "ES2020", - "module": "CommonJS", + "module": "ESNext", "moduleResolution": "Node", "lib": ["ES2020"], "outDir": "dist",