1.0.0 • Published 5 months ago

@rnx-kit/tsconfig v1.0.0

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

@rnx-kit/tsconfig

Build npm version

@rnx-kit/tsconfig is a set of TypeScript configurations for working with Node.

Install

yarn add @rnx-kit/tsconfig --dev

or if you're using npm:

npm add --save-dev @rnx-kit/tsconfig

Usage

Add the following to your tsconfig.json:

"extends": "@rnx-kit/tsconfig/tsconfig.json"

Or if you're targeting ESM:

"extends": "@rnx-kit/tsconfig/tsconfig.esm.json"
1.0.0

5 months ago