diff --git a/tsconfig.json b/tsconfig.json index 6818c36..4d5c565 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,7 @@ "outDir": "./dist", "rootDir": "./src", "target": "es5", - "module": "esnext", + "module": "commonjs", "lib": ["dom", "esnext"], "importHelpers": true, "declaration": true,