How to specify a typescript version with atom -


i'm trying figure out how use specific typescript version atom. have older project uses backbone , not compile latest version of typescript, , therefore requires earlier version.

the closest answer i've found answer in faq:

can use custom typescript compiler? if conforms latest typescript services api yes! set path typescriptservices.js in package options. https://github.com/typestrong/atom-typescript/blob/master/docs/faq.md

i don't see how make work. typescriptservices.js file find part of visual studio 2015, doesn't seem should impact atom or atom-typescript package.

c:\program files (x86)\microsoft visual studio 14.0\common7\ide\commonextensions\microsoft\typescript 

how can force atom compile custom path tsc.exe (or @ least use specific version)?

edit

i found setting talks about, when installing typescript 1.0, there no typescriptservices.js file. there tsc.js file, if update setting that, error. looks may not possible, @ least version old 1.0.

enter image description here enter image description here

i found setting talks about, when installing typescript 1.0, there no typescriptservices.js file. there tsc.js file, if update setting that, error. looks may not possible, @ least version old 1.0.

yes. not possible version not api compatible latest typescript version.


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -