typescript-lts
v0.0.6
Published
TypeScript configuration for Node.js LTS
Downloads
17
Maintainers
Readme
TypeScript Configuration for Node.js LTS
Recommended TypeScript configuration for working with Node.js LTS.
Usage
Install the package:
npm install -D typescript-lts
Extend the configuration in your tsconfig.json
:
{
"extends": "typescript-lts/node.json"
}
License
MIT