I've updated my project to TypeScript 2 and it's all good. I'm using the new way to use typings, now stored in node_modules/@types
.
The problem is that installing new typings doesn't automatically work with Sublime. I have to manually add the references to have them recognized inside the editor.
Is there a convenient solution to my problem?
Edit: Duplicate of: How should I use @types with TypeScript 2