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 did the fork and I've also changed typescript compiler, adding a new module system ModuleKind.ExtJS.
Now I'm able to invoke tsc.js with argument "-m extjs".
My only problem now is to set argument "-m extjs" in the visual studio feature "compile on save" .
Visual studio seems to ignore this new enum that I settled in my project msbuild file.
There is any other way to add or change compiler arguments with the visual studio plugin?
The text was updated successfully, but these errors were encountered:
Hi, thanks for your responses. @DickvdBrink, your sugention works only when building the project. When I save the file, vs editor plugin doesn't use TypeScriptBuildConfigurations tag.
I did the fork and I've also changed typescript compiler, adding a new module system ModuleKind.ExtJS.
Now I'm able to invoke tsc.js with argument "-m extjs".
My only problem now is to set argument "-m extjs" in the visual studio feature "compile on save" .
Visual studio seems to ignore this new enum that I settled in my project msbuild file.
There is any other way to add or change compiler arguments with the visual studio plugin?
The text was updated successfully, but these errors were encountered: