diff --git a/tsconfig.json b/tsconfig.json index c72d9d8..a37e0fb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,7 @@ "module": "CommonJS", "outDir": "dist", "removeComments": true, - "target": "ESNext", + "target": "ES3", "alwaysStrict": true, "noImplicitAny": true, "noImplicitThis": true, @@ -44,7 +44,8 @@ "newLine": "lf", "noEmitOnError": false, "preserveConstEnums": true, - "traceResolution": false + "traceResolution": false, + "moduleResolution": "Node" }, "include": [ "src/**/*.ts"