Open
Description
On #433 you've added support for editor global setting for tsdk location,
it's common that a developer will have several projects with different typescript version.
if you set of globally in the editor it might break the plugin for some of the projects.
You can read the tsdk location from the project file cascaded to the global preferences file, and the developer will be able to set different typescript version per project.
It should also support relative path, relative to the project file, so it will be possible to do something like:
./node_modules/typescript/lib/tsserver.js
I know sublimelinter infrastructure supports global and per project settings, you can