0.3.0 • Published 4 years ago

@flywheel-jp/tsconfig v0.3.0

Weekly downloads
230
License
MIT
Repository
github
Last release
4 years ago

@flywheel-jp/tsconfig

npm.io

Shared TypeScript config for FLYWHEEL.

Installation

$ yarn add --dev @flywheel-jp/tsconfig

Usage

This package provides several tsconfig:

  • "@flywheel-jp/tsconfig" - Base config.
  • "@flywheel-jp/tsconfig/nodejs10" - For Node.js v10 project.
  • "@flywheel-jp/tsconfig/nodejs12" - For Node.js v12 project.
  • "@flywheel-jp/tsconfig/browser" - For browser project.

Once the @flywheel-jp/tsconfig package is installed, you can use it by specifying the package in the extends section of your tsconfig.json.

{
    "extends": "@flywheel-jp/tsconfig/browser",
    // ...
}

License

MIT © FLYWHEEL Inc.

0.3.0

4 years ago

0.2.0

4 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago