undo removing es module interop

This commit is contained in:
IEEE UCSD 2022-06-03 15:37:58 -07:00 committed by GitHub
parent 68e9da9927
commit cda40f2a25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,8 @@
"noImplicitAny": true,
"module": "commonjs",
"target": "es6",
"jsx": "react"
"jsx": "react",
"esModuleInterop": true
},
"include": ["./src"],
"exclude": ["./src/public"]