Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 848 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 848 Bytes

npm version License: MIT code style: prettier PRs Welcome

@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.