TypeScript Version: 2.9.x and 3.x
Search Terms:
esmoduleinterop
esmoduleinterop allowsyntheticdefaultimports
Expected behavior:
Enabling esModuleInterop should also implicitly enable allowSyntheticDefaultImports, according to https://www.typescriptlang.org/docs/handbook/compiler-options.html
Actual behavior:
This is not the case, as per this issue: vuejs/vue-cli#2062