1.0.1 • Published 2 years ago

@airship/tsconfig v1.0.1

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

@airship/tsconfig npm MIT License

Airship's TypeScript config.

Installation

npm install -D @airship/tsconfig

or

yarn add -D @airship/tsconfig

Usage

Reference it in your tsconfig.json.

TypeScript projects:

{
  "extends": "@airship/tsconfig"
}

TypeScript + React projects for development:

{
  "extends": "@airship/tsconfig/tsconfig.react.dev.json"
}

TypeScript + React projects for production:

{
  "extends": "@airship/tsconfig/tsconfig.react.json"
}

TypeScript + React Native projects for production:

{
  "extends": "@airship/tsconfig/tsconfig.react-native.json"
}

License

MIT © Airship