New:Socket for Asana Is Now Available.Learn more
Get Started

@tsconfig/node20

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsconfig/node20

A base TSConfig for working with Node 20.

latest
Source
npmnpm
Version
20.1.10
Version published
Weekly downloads
1.2M
10.73%
Maintainers
2
Weekly downloads
 
Created
Source

A base TSConfig for working with Node 20.

Add the package to your "devDependencies":

npm install --save-dev @tsconfig/node20
yarn add --dev @tsconfig/node20

Add to your tsconfig.json:

"extends": "@tsconfig/node20/tsconfig.json"

The tsconfig.json:

{
  "$schema": "https://www.schemastore.org/tsconfig",
  "_version": "20.1.0",

  "compilerOptions": {
    "lib": ["es2023"],
    "module": "nodenext",
    "target": "es2022",
    "types": ["node"],

    "strict": true,
    "esModuleInterop": true,
    "skipLibCheck": true,
    "moduleResolution": "node16"
  }
}

You can find the code here.

Keywords

tsconfig

FAQs

Package last updated on 15 Aug 2026

Related posts