Closed
Description
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?