question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Typescript-Sublime-Plugin should allow per-project specification of typescript_tsdk

See original GitHub issue

Different 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:closed
  • Created 7 years ago
  • Reactions:29
  • Comments:8

github_iconTop GitHub Comments

2reactions
faergeekcommented, Sep 2, 2019

Is there any update on this? This is a must have feature for me.

2reactions
olierxlebencommented, Oct 6, 2017

want to ping this topic! Really blocks usage with st3

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found