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