diff --git a/tsconfig.json b/tsconfig.json index 17dbf9a..c161ad3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "target": "ESNext", - "module": "UMD", + "module": "CommonJS", "moduleResolution": "node", "importHelpers": true, "jsx": "preserve",