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.
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
Post a Comment