From 2e455c1e4961ebdda43c2592c802b17a7107171d Mon Sep 17 00:00:00 2001 From: Daryl Ronningen Date: Tue, 6 Jul 2021 12:52:36 -0500 Subject: [PATCH] fix: maybe now ts will export properly? --- tsconfig.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"