TypeScript support
Glavin001 opened this issue · 4 comments
Glavin001 commented
Glavin001 commented
Atom users are required to install https://atom.io/packages/language-typescript to enable the grammar.
Glavin001 commented
This may actually be harder than I thought because the TypeScript package is a global package and does not have any decent documentation on how to use it as a package that we can execute on command. I am reading over https://github.com/k-maru/grunt-typescript/blob/master/Gruntfile.js#L258-L273 now.
Glavin001 commented
This looks promising! https://www.npmjs.org/package/typestring
It is used by https://www.npmjs.org/package/gulp-typescript and https://www.npmjs.org/package/browserify-typescript
Glavin001 commented