7.0.0 • Published 3 years ago

@growflow/tsconfig v7.0.0

Weekly downloads
372
License
MIT
Repository
github
Last release
3 years ago

GrowFlow Shared TypeScript Configuration

Shareable TypeScript configuration to apply consistent compilation rules across GrowFlow TypeScript applications.

Usage

You can easily install this package and all of its peer dependencies with install-peerdeps:

npx install-peerdeps --dev @growflow/tsconfig

You can then add a tsconfig.json to the root of your project with contents similar to the folowing:

{
  "extends": "@growflow/tsconfig",
  "include": ["src", "test"]
}

Editor Integration

VS Code will pick up your TypeScript configuration and Just Work™.

7.0.0

3 years ago

6.0.0

3 years ago

5.14.0

3 years ago

5.9.1

3 years ago

5.9.0

3 years ago

5.8.0

3 years ago

5.6.0

3 years ago

5.4.0

3 years ago

1.0.1

3 years ago

1.0.0

4 years ago

0.1.0

4 years ago