@spadin/tsconfig
v1.3.0
Published
tsconfig.json files
Downloads
4
Readme
tsconfig
This is just a repository of common tsconfig.json files, so I don't have to duplicate build configuration between my projects.
Install
$ npm install -D @spadin/tsconfig
Usage
tsconfig.json
{
"extends": "./node_modules/@spadin/tsconfig/base",
...
}