0.0.1 • Published 5 years ago

@pobedit/tsconfig v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@pobedit/tsconfig

License

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