typescript-tools
typescript-tools copied to clipboard
(repo no longer active) Tools related to the TypeScript language
Publish?
Why isn't this published on npm?
seems like tss ignores compiler options in tsconfig.json, and after some digging it looks like typescript parses tsconfig.json into something like `{config : /*blah*/, files: [/*blah*/]}` and then only the...
I am following Angular2's quickstart guide and I can't seem to make TSS read the tsconfig.json. Maybe I am doing something wrong... I am following the tutorial step by step....
I get this error, if the user has listed non-existing files in tsconfig.json. Maybe you could catch those files. ``` ArcticTypescript: error : typescript-tools error: C:\Users\Harris\AppData\Roaming\Sublime Text 3\Packages\ArcticTypescript\bin\tss.js:190 seenNoDefaultLib =...
_moved from #39, suggested by @Phaiax:_ Hey. I just looked at the last example here: https://github.com/Microsoft/TypeScript/wiki/Using-the-Compiler-API The LanguageService Object has a function called getEmitOutput. One could use the already parsed...