@flywheel-jp/tsconfig

[![](https://img.shields.io/npm/v/@flywheel-jp/tsconfig)](https://www.npmjs.com/package/@flywheel-jp/tsconfig)

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@flywheel-jp/tsconfig
000.3.02 years ago3 years agoMinified + gzip package size for @flywheel-jp/tsconfig in KB

Readme

@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.