1.0.0 • Published 2 years ago

@romain-faust/tsconfig-node-18 v1.0.0

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

@romain-faust/tsconfig-node-18

Shared TypeScript configuration for Node.js 18.

Installation

With NPM:

npm install --save-dev @romain-faust/tsconfig-node-18

With PNPM:

pnpm add --save-dev @romain-faust/tsconfig-node-18

With Yarn:

yarn add --dev @romain-faust/tsconfig-node-18

Dependencies

Usage

In your TypeScript configuration:

{
    "extends": "@romain-faust/tsconfig-node-18"
}

License

MIT

1.0.0

2 years ago