@rediagram/tsconfig
v0.1.1
Published
A base TSConfig for working with rediagram.
Downloads
5
Readme
@rediagram/tsconfig
A base TSConfig for working with rediagram
Add the package to your "devDependencies"
:
$ npm install --save-dev @rediagram/tsconfig
# or yarn
$ yarn add --dev @rediagram/tsconfig
Add to your tsconfig.json
:
{
"extends": "@rediagram/tsconfig/tsconfig.json"
}
License
This software is released under the MIT License, see LICENSE.