@airship/tsconfig

1.0.1 • Public • Published

@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

Package Sidebar

Install

npm i @airship/tsconfig

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

3.04 kB

Total Files

6

Last publish

Collaborators

  • ablock25
  • brantley_english
  • trenton
  • aualdrich