Adding esModuleInterop to TS-config stub generation in string-templates.
This commit is contained in:
parent
568ac4da1b
commit
5c675f80d4
|
@ -5,6 +5,7 @@
|
|||
"allowJs": true,
|
||||
"declaration": true,
|
||||
"emitDeclarationOnly": true,
|
||||
"outDir": "dist"
|
||||
"outDir": "dist",
|
||||
"esModuleInterop": true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue