diff --git a/tsconfig.json b/tsconfig.json index 6b1812a..9be7112 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,9 +1,8 @@ { "compilerOptions": { "esModuleInterop": true, - "target": "ES2022", - "module": "nodenext", - "moduleResolution": "nodenext", + "target": "es6", + "module": "commonjs", "strict": true, "declaration": true, "sourceMap": true,