TypeScript configuration for Node.js LTS
npm install typescript-ltsRecommended TypeScript configuration for working with Node.js LTS.
Install the package:
``sh`
npm install -D typescript-lts
Extend the configuration in your tsconfig.json:
`jsonc``
{
"extends": "typescript-lts/node.json"
}
MIT