fix(ts): normalize default commonjs export
This commit is contained in:
parent
70bb378e8e
commit
fd88a5bf7b
3 changed files with 15 additions and 10 deletions
|
|
@ -2,8 +2,9 @@
|
|||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"target": "es6",
|
||||
"noImplicitAny": true,
|
||||
"strict": true,
|
||||
"noEmit": true,
|
||||
"allowJs": true
|
||||
"allowJs": true,
|
||||
"esModuleInterop": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue