🔧 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,
|
||||
"outDir": "./dist/",
|
||||
"target": "es2017",
|
||||
"sourceMap": true
|
||||
"sourceMap": true,
|
||||
"esModuleInterop": true
|
||||
},
|
||||
"include": [
|
||||
"credentials/**/*",
|
||||
|
|
@ -30,4 +31,4 @@
|
|||
"exclude": [
|
||||
"**/*.spec.ts"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue