@tsconfig/node20
A base TSConfig for working with Node 20.
Last updated 2 years ago by typescript-deploys .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ gnpm install @tsconfig/node20 
SYNC missed versions from official npm registry.

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://json.schemastore.org/tsconfig",
  "display": "Node 20",
  "_version": "20.1.0",

  "compilerOptions": {
    "lib": ["es2023"],
    "module": "node16",
    "target": "es2022",

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

You can find the code here.

Current Tags

  • 20.1.2                                ...           latest (a year ago)

6 Versions

  • 20.1.2                                ...           a year ago
  • 20.1.1                                ...           a year ago
  • 20.1.0                                ...           2 years ago
  • 1.0.2                                ...           2 years ago
  • 1.0.1                                ...           2 years ago
  • 1.0.0                                ...           2 years ago
Downloads
Today 0
This Week 0
This Month 6
Last Day 0
Last Week 1
Last Month 0
Dependencies (0)
None
Dev Dependencies (0)
None
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |