tsconfig: enable esModuleInterop
This commit is contained in:
parent
ec83c3bc57
commit
df84ec9461
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
"moduleResolution": "node",
|
||||
"resolveJsonModule": true,
|
||||
"experimentalDecorators": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"esModuleInterop": true,
|
||||
"typeRoots": [ "./types", "./node_modules/@types"]
|
||||
},
|
||||
"exclude": ["node_modules", "types", "**/*.test.*", "**/__mocks__/*", "**/__tests__/*"]
|
||||
|
|
Loading…
Reference in a new issue