Skip to main content

@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"
}