1.0.0 • Published 2 years ago

@actinc/typescript-config v1.0.0

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

id: typescript-config

sidebar_position: 5

@actinc/typescript-config

A default set of typescript rules to be used by most applications.
The typescript configuration inheritance process allows you to override any configuration.
The ideal scenario is you need to change as little as possible.

Installation

npm install @actinc/typescript-config

You can extend this base config

{
  "extends": "@actinc/typescript-config"
}
1.0.0

2 years ago