You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@cspell/dict-typescript

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/dict-typescript

TypeScript and JavaScript dictionary for cspell.

3.2.1
latest
Source
npm
Version published
Weekly downloads
714K
-7.51%
Maintainers
1
Weekly downloads
 
Created

What is @cspell/dict-typescript?

@cspell/dict-typescript is a dictionary extension for the CSpell spell checker that provides TypeScript-specific terms and keywords. It helps developers ensure that their TypeScript code is free from spelling errors by recognizing TypeScript-specific terminology.

What are @cspell/dict-typescript's main functionalities?

TypeScript-specific dictionary

This feature allows you to include TypeScript-specific terms in your CSpell configuration, ensuring that TypeScript keywords and common terms are not flagged as spelling errors.

{
  "dictionaries": ["typescript"]
}

Integration with CSpell

This feature demonstrates how to integrate the TypeScript dictionary with the CSpell spell checker, including setting the language and ignoring certain paths.

{
  "language": "en",
  "dictionaries": ["typescript"],
  "ignorePaths": ["node_modules/**"]
}

Other packages similar to @cspell/dict-typescript

Keywords

cspell

FAQs

Package last updated on 01 Apr 2025

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