Update tsconfig.json

This commit is contained in:
IEEE UCSD 2022-06-03 15:34:39 -07:00 committed by GitHub
parent 118162b68d
commit 4796dd7ef0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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