0.2.0 • Published 2 years ago

@titanom/tsconfig v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@titanom/tsconfig

Default TypeScript configurations for projects at Titanom Technologies

Installation

pnpm add -D @titanom/tsconfig

Usage

This package includes multiple configurations for different environments.

Available configurations:

  • @titanom/base.json: Base - all other configs extend from this.
  • @titanom/react.json: For Projects using React & are run only in a browser environment.
  • @titanom/node.json: For Projects using the Node.js runtime.
  • @titanom/next.json: For Projects using Next.js. Extends from react & node configs.

Update your tsconfig.json:

{
  "extends": "@titanom/tsconfig/<variant>"
}
0.2.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago