visual studio 2013 - Typescript, Command "tsc" is not valid -


i have vs 2013 update 4 , trying out ts first time.

i can't compiler job, 'command "tsc" not valid' error in command window.

i have verified did have correct path entry , pointed correct location tsc.exe. have tried closing/opening command window , restarting vs others have suggested.

automatic ts compiling not working. have tried excluding , re-adding .ts file , turning on compile module not part of project.

any ideas else can try?

edit: automatic compilation working. assuming resulting js file show in project tree add html. not. .js file is created, if see no evidence within vs. if drag .ts file code window, adds .js file.

there few interesting points note...

check path... know did this, because mention in question, double check it. manually browser c:\program files (x86)\microsoft sdks\typescript\ , see recent version is. check path variable points folder. have restart path variable refreshed everywhere gets used.

don't expect find javascript files in visual studio. has been case since v0.9.5. dlls - don't browse them, edit them, or check them version control.

still problem? open command prompt (in solution context) , try tsc -v. not checks path right, tell version pointing to. maybe still have old path tsc new 1 in path variable.


Comments