1.3.4 • Published 1 year ago

@finsweet/tsconfig v1.3.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@finsweet/tsconfig

Shared TypeScript config for all Finsweet projects.

Installation

pnpm add -D @finsweet/tsconfig
npm install -D @finsweet/tsconfig
yarn add --dev @finsweet/tsconfig

Usage

Create the following tsconfig.json file:

{
  "extends": "@finsweet/tsconfig"
}

You can override any rule in your file, like:

{
  "extends": "@finsweet/tsconfig",
  "paths": {
    "$lib/*": ["src/lib/*"]
  }
}
1.3.4

1 year ago

1.3.3

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago