Typescript-Sublime-Plugin should allow per-project specification of typescript_tsdk
See original GitHub issueDifferent projects can use different typescript versions, and it can be irritating to have to change Sublime’s global config to change typescript_tsdk
. Two things could alleviate this:
- Allow specification of
typescript_tsdk
in Sublime’s project settings. - Automatically check if
node_modules/typescript/lib
exists in a project, and if so, use it. The second option would quiet almost all of the ‘how do I use a different version of typescript?’ questions ever asked, as the project’s build version would then be used by default in almost all cases.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:29
- Comments:8
Top Results From Across the Web
Getting started with TypeScript and Sublime Text
These three steps are the basis for starting to write TypeScript code in Sublime Text. However, you need to be able to build...
Read more >Developing in TypeScript on a Mac with Sublime
Getting started. First, install the TypeScript compiler, which you can get via npm. You can install this once you have node ...
Read more >Documentation - TypeScript 3.9
Imagine that we're writing a library in TypeScript and we're exporting some function called doStuff as part of our public API. The function's...
Read more >TypeScript Programming with Visual Studio Code
You can test your install by checking the version. tsc --version. Another option is to install the TypeScript compiler locally in your project...
Read more >typescript-styled-rn-plugin - npm
Start using typescript-styled-rn-plugin in your project by running `npm i ... This includes VS Code, Sublime with the TypeScript plugin, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Is there any update on this? This is a must have feature for me.
want to ping this topic! Really blocks usage with st3