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"
}
This software is released under the MIT License, see LICENSE.