fix: maybe now ts will export properly?
This commit is contained in:
parent
afb20719f5
commit
2e455c1e49
1 changed files with 3 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
||||||
"module": "CommonJS",
|
"module": "CommonJS",
|
||||||
"outDir": "dist",
|
"outDir": "dist",
|
||||||
"removeComments": true,
|
"removeComments": true,
|
||||||
"target": "ESNext",
|
"target": "ES3",
|
||||||
"alwaysStrict": true,
|
"alwaysStrict": true,
|
||||||
"noImplicitAny": true,
|
"noImplicitAny": true,
|
||||||
"noImplicitThis": true,
|
"noImplicitThis": true,
|
||||||
|
@ -44,7 +44,8 @@
|
||||||
"newLine": "lf",
|
"newLine": "lf",
|
||||||
"noEmitOnError": false,
|
"noEmitOnError": false,
|
||||||
"preserveConstEnums": true,
|
"preserveConstEnums": true,
|
||||||
"traceResolution": false
|
"traceResolution": false,
|
||||||
|
"moduleResolution": "Node"
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"src/**/*.ts"
|
"src/**/*.ts"
|
||||||
|
|
Reference in a new issue