diff --git a/tsconfig.json b/tsconfig.json index 5bb1552..d636983 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { - "module": "NodeNext", - "target": "ES6", + "module": "CommonJS", + "target": "ES5", "rootDir": "src", "outDir": "dist", "declaration": true,