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

A base TSConfig for working with Node 18.

Add the package to your "devDependencies":

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

Add to your tsconfig.json:

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

The tsconfig.json:

{
  "$schema": "https://json.schemastore.org/tsconfig",

  "_version": "18.2.0",

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

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

You can find the code here.

Current Tags

  • 18.2.4                                ...           latest (8 months ago)

11 Versions

  • 18.2.4                                ...           8 months ago
  • 18.2.3                                ...           8 months ago
  • 18.2.2                                ...           a year ago
  • 18.2.1                                ...           a year ago
  • 18.2.0                                ...           a year ago
  • 2.0.1                                ...           2 years ago
  • 2.0.0                                ...           2 years ago
  • 1.0.3                                ...           2 years ago
  • 1.0.2                                ...           2 years ago
  • 1.0.1                                ...           2 years ago
  • 1.0.0                                ...           3 years ago
Downloads
Total 10
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (0)
None

© 2010 - cnpmjs.org x YWFE | Home | YWFE