diff --git a/tsconfig.json b/tsconfig.json index 49cd075..52457ad 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "declaration": true, "declarationDir": "dist", - "module": "esnext", + "module": "ES6", "moduleResolution": "node", "noErrorTruncation": true, "noFallthroughCasesInSwitch": true, @@ -12,7 +12,7 @@ "outDir": "dist", "rootDir": "src", "strict": true, - "target": "esnext" + "target": "ES6" }, "files": ["src/main.ts"] }