Archived
0
0
Fork 0

fix: maybe now ts will export properly?

This commit is contained in:
Daryl Ronningen 2021-07-06 12:52:36 -05:00
parent afb20719f5
commit 2e455c1e49
Signed by: Daryl Ronningen
GPG key ID: FD23F0C934A5EC6B

View file

@ -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"