Adding esModuleInterop to TS-config stub generation in string-templates.

This commit is contained in:
mike12345567 2023-02-08 18:52:39 +00:00
parent 568ac4da1b
commit 5c675f80d4
1 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
"allowJs": true,
"declaration": true,
"emitDeclarationOnly": true,
"outDir": "dist"
"outDir": "dist",
"esModuleInterop": true
}
}