You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to achieve both "allowJs" and "Compile On Save" at the same time. "allowJs" exists in tsconfig.json, but not the IDE's TypeScript Build options. "Compile On Save" exists in the IDE (which makes sense, since it is really an editor concern), but is disabled if tsconfig.json is present. What I think would be ideal is to allow "Compile On Save" to be lit up and active in the IDE regardless of whether tsconfig is present or not, even if the other options (which are passed through to to the compiler) are not available.
The text was updated successfully, but these errors were encountered:
I rewrote the description of this to avoid duplicating issue #6879.
jslew
changed the title
AllowJs not exposed in VS2015 TypeScript Build options
"Compile On Save" is disabled VS2015 TypeScript Build options when tsconfig.json is present
Feb 3, 2016
I'm trying to achieve both "allowJs" and "Compile On Save" at the same time. "allowJs" exists in tsconfig.json, but not the IDE's TypeScript Build options. "Compile On Save" exists in the IDE (which makes sense, since it is really an editor concern), but is disabled if tsconfig.json is present. What I think would be ideal is to allow "Compile On Save" to be lit up and active in the IDE regardless of whether tsconfig is present or not, even if the other options (which are passed through to to the compiler) are not available.
The text was updated successfully, but these errors were encountered: