@swim-io/tsconfig

0.40.0 • Public • Published

TypeScript config

Shared default TypeScript configuration for Swim TS projects.

Installation

Install the package:

npm install --save-dev @swim-io/tsconfig

Usage

In TS projects extend from the default config in your TypeScript configuration file:

{
  "extends": "@swim-io/tsconfig/tsconfig-base.json"
}

In React projects extend from the react config:

{
  "extends": "@swim-io/tsconfig/tsconfig-react.json"
}

In library projects extend from the library config:

{
  "extends": "@swim-io/tsconfig/tsconfig-library.json"
}

Readme

Keywords

none

Package Sidebar

Install

npm i @swim-io/tsconfig

Weekly Downloads

2

Version

0.40.0

License

none

Unpacked Size

2.75 kB

Total Files

5

Last publish

Collaborators

  • nicomiicro
  • arvakr
  • wormat