I know TypeScript is new, but just playing with it.
I tried to convert several .js files that use jQuery and for intellisense to work. I need to reference the jquery.d.ts file at the top, for example
This is good, but then you also need to have the file in the same directory. I want to link to the input file all over the world, and not to the file, so if I move the js file, I do not need to correct the reference path to the input file.
Is it possible to make them with respect to a solution, or perhaps place them in a global folder that automatically loads.
I use the web basics for visual studio 2012, so I get a preview and other nice features.
Hope there is a solution for this.
Syska source share