0.0.1 • Published 5 years ago
@pobedit/tsconfig v0.0.1
@pobedit/tsconfig
Reusable TypeScript configuration file.
Installation
Install with npm or Yarn:
npm:
npm install @pobedit/tsconfig --save
Yarn:
yarn add @pobedit/tsconfig
Basic usage
Add @pobedit/tsconfig to the extends section of your tsconfig.json configuration file:
{
"extends": [
"@pobedit/tsconfig"
]
}
Contributing
Feel free to submit a pull request if you find any bugs. Please make sure all commits are properly documented.
Tests
npm test
Publishing
npm publish --access public --verbose
License
MIT
0.0.1
5 years ago