Closed
Description
We are investigating into simplifying the getting started experience for JS/ES6 projects.
One obstacle we have found is that users are surprised that Intellisense doesn't when they use ES6 style imports. The remedy is tell them to set allowSyntheticDefaultImports
to true and we have a trouble shooting section on this in our docs.
Is there any reason why this setting cannot be true by default for JS projects?
CC @waderyan