0.0.6 • Published 2 years ago

typescript-lts v0.0.6

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

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