André Selmanagić

about programming, games and tools

Added basic TypeScript support to SublimeLinter

I took a look at SublimeLinter and added basic TypeScript support, see this pull request.

Sublime can now show errors from TypeScript files, but it is still quite problematic when working with bigger TypeScript projects, as every lint operation will reparse everything (including referenced files) - thus there is still a lot to be done, but it is a start.

Comments