undo removing es module interop
This commit is contained in:
parent
68e9da9927
commit
cda40f2a25
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@
|
|||
"noImplicitAny": true,
|
||||
"module": "commonjs",
|
||||
"target": "es6",
|
||||
"jsx": "react"
|
||||
"jsx": "react",
|
||||
"esModuleInterop": true
|
||||
},
|
||||
"include": ["./src"],
|
||||
"exclude": ["./src/public"]
|
||||
|
|
Loading…
Reference in a new issue