[tsc]: esModuleInterop fixes some weird stuff we're running into

This commit is contained in:
41666 2019-06-04 17:55:50 -05:00
parent f7dce2cd82
commit de26bc569b

View file

@ -26,10 +26,10 @@
"suppressImplicitAnyIndexErrors": true,
"noUnusedLocals": true,
"declaration": true,
"allowSyntheticDefaultImports": true,
// "allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"esModuleInterop": true
},
"exclude": [
"**/node_modules",