🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

tsetse

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsetse

Tsetse language server plugin

latest
Source
npmnpm
Version
0.0.4
Version published
Maintainers
1
Created
Source

tsetse

tsetse checker from https://github.com/bazelbuild/rules_typescript/tree/master/internal/tsetse

Supported checks

https://tsetse.info

Use it as LSP

  • Add tsetse as a dev dependency: yarn add tsetse --dev

  • Use workspace version of TypeScript

  • Add the plugin via plugins compiler option in the tsconfig. If you are using tsetse as a package then the path to the plugin might look like this:

    {
      "compilerOptions": {
        "plugins": [
          {
            "name": "tsetse"
          }
        ]
      }
    }
    
  • Restart the editor to reload TS initialization features.

Make sure the LSP is using (requiring) the same workspace version of TS used by the IDE.

Keywords

LSP

FAQs

Package last updated on 02 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts