0.1.2 • Published 3 years ago

@isometric/tsconfig v0.1.2

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

Isometric - TSConfig

Installation

npm install @isometric/tsconfig --save-dev

or

pnpm add @isometric/tsconfig --save-dev

Usage

Create a tsconfig.json file in your package root directory and extend the configuration.

{
  "extends": "@isometric/tsconfig/react"
}

or for node targets:

{
  "extends": "@isometric/tsconfig/node"
}

License

Isometric UI Components are licensed under MIT License.


© 2021 - Isometric (Ömer Balyali omerbalyali@gmail.com)