chore: add esModuleInterop flag to tsconfig file
This commit is contained in:
parent
c03e47709f
commit
7986411cfe
@ -2,6 +2,7 @@
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"target": "es5",
|
"target": "es5",
|
||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
|
"esModuleInterop": true,
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"rootDir": "src",
|
"rootDir": "src",
|
||||||
|
Loading…
Reference in New Issue
Block a user