# @nice-move/tsconfig

A `typescript` config created by personal preferences.

[![npm][npm-badge]][npm-url]
[![github][github-badge]][github-url]
![node][node-badge]

[npm-url]: https://www.npmjs.com/package/@nice-move/tsconfig
[npm-badge]: https://img.shields.io/npm/v/@nice-move/tsconfig.svg?style=flat-square&logo=npm
[github-url]: https://github.com/nice-move/nice-move/tree/master/packages/tsconfig
[github-badge]: https://img.shields.io/npm/l/@nice-move/tsconfig.svg?style=flat-square&colorB=blue&logo=github
[node-badge]: https://img.shields.io/node/v/@nice-move/tsconfig.svg?style=flat-square&colorB=green&logo=node.js

## Installation

```bash
npm install @nice-move/tsconfig --save-dev
```

# Usage

```jsonc
// tsconfig.json
{
  "extends": "@nice-move/tsconfig/base.json"
}
```
