1.1.0 • Published 2 years ago

@itiden/tsconfig v1.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

@itiden/tsconfig

Base configuration for TypeScript projects.

Installation

yarn add -D @itiden/tsconfig

Extend your tsconfig.json with the following:

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

React

When using React, you should use the react config which is already extending the base configuration.

{
  "extends": "@itiden/tsconfig/react.json"
}

During development you can also use this

{
  "extends": "@itiden/tsconfig/react.dev.json"
}