@flywheel-jp/tsconfig

0.3.0 • Public • Published

@flywheel-jp/tsconfig

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.3.0
    3,179
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.3.0
    3,179
  • 0.2.0
    357
  • 0.1.2
    17
  • 0.1.1
    2
  • 0.1.0
    2

Package Sidebar

Install

npm i @flywheel-jp/tsconfig

Weekly Downloads

817

Version

0.3.0

License

MIT

Unpacked Size

2.5 kB

Total Files

7

Last publish

Collaborators

  • fwbot
  • yuku-t