🔧 Enable ES Module Interop
This commit is contained in:
parent
380b617a5f
commit
2496f9bef7
1 changed files with 3 additions and 2 deletions
|
|
@ -18,7 +18,8 @@
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
"outDir": "./dist/",
|
"outDir": "./dist/",
|
||||||
"target": "es2017",
|
"target": "es2017",
|
||||||
"sourceMap": true
|
"sourceMap": true,
|
||||||
|
"esModuleInterop": true
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"credentials/**/*",
|
"credentials/**/*",
|
||||||
|
|
@ -30,4 +31,4 @@
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"**/*.spec.ts"
|
"**/*.spec.ts"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue