Created by: ulrichb
It's unnecessary because esModuleInterop: true
already implies allowSyntheticDefaultImports: true
. Therefore it produces only unnecessary noise in the generated tsconfig.json
.
See https://www.typescriptlang.org/docs/handbook/compiler-options.html.