17.1.4 • Published 2 months ago

@tsconfig/node17 v17.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

A base TSConfig for working with Node 17.

Add the package to your "devDependencies":

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

Add to your tsconfig.json:

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

The tsconfig.json:

{
  "$schema": "https://json.schemastore.org/tsconfig",
  "_version": "17.1.0",
  "compilerOptions": {
    "lib": ["es2022"],
    "module": "node16",
    "target": "es2022",

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

You can find the code here.

17.1.4

2 months ago

17.1.3

2 months ago

17.1.2

2 months ago

17.1.1

9 months ago

17.1.0

11 months ago

1.0.3

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago