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

@getjerry/tsconfig

Package Overview
Dependencies
Maintainers
5
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getjerry/tsconfig

```bash pnpm i -D typescript @getjerry/tsconfig ```

latest
npmnpm
Version
0.25.0
Version published
Weekly downloads
35
133.33%
Maintainers
5
Weekly downloads
 
Created
Source

@getjerry/tsconfig

Usage

Install

pnpm i -D typescript @getjerry/tsconfig

Create config file

  • Set extends to @getjerry/tsconfig/base.json for base config.
  • Override compilerOptions as you need. See Node Target Mapping for reference.
// tsconfig.json
{
  "extends": "@getjerry/tsconfig/base.json",
  "compilerOptions": {
    "lib": ["ES2022"],
    "module": "ES2022",
    "moduleResolution": "Bundler",
    "target": "ES2022",
  },
}

FAQs

Package last updated on 26 Mar 2026

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