This skill provides setup instructions for the TypeScript Language Server, which adds code intelligence features like go-to-definition, find references, and error checking for TypeScript and JavaScript files in Claude Code.

2.1kstars250forks
|296 views

Skill Content

692 characters

typescript-lsp

TypeScript/JavaScript language server for Claude Code, providing code intelligence features like go-to-definition, find references, and error checking.

Supported Extensions

.ts, .tsx, .js, .jsx, .mts, .cts, .mjs, .cjs

Installation

Install the TypeScript language server globally via npm:

npm install -g typescript-language-server typescript

Or with yarn:

yarn global add typescript-language-server typescript

More Information

Installation

Marketplace
Step 1: Add marketplace
/plugin marketplace add anthropics/claude-plugins-official
Step 2: Install plugin
/plugin install typescript-lsp@claude-plugins-official