0.0.1 • Published 1 year ago

@boojum/ts-config-base v0.0.1

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

@boojum/ts-config-base

An opinionated TypeScript shareable config. It's designed to help you maintain a consistent code style and quality in your projects.

Installation

You can install the configuration and its dependencies using npm:

npm i -D @boojum/ts-config-base

Usage

After installing the package, you need to extend configuration in your tsconfig.json file:

{
  "extends": "@boojum/ts-config-base"
}