javascript - Find Typescript version in the Atom editor and update TypeScript if necessary -


how find version number of typescript installed on windows computer? i'm using atom editor , have atom-typscript package installed. if not date version, how update current version of typescript?

since you're using atom-typescript package need update package (on atom's settings->updates screen) newer typescript build. more info can found in faq.

the version driven package.json


Comments

Popular posts from this blog

javascript - How to process users in one specific order using map o each function? -

java - Two interface have same method name with different return type -

javascript - Linking from page A to a specific iframe on page B -