diff --git a/tsconfig.json b/tsconfig.json index 117f8d7..be676c1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "target": "ESNext", - "module": "CommonJS", + "module": "ESNext", "moduleResolution": "Node", "strict": true, "esModuleInterop": true,