@eggjs/tsconfig
Version:
Base tsconfig for egg ts project
44 lines (31 loc) • 1.19 kB
Markdown
# @eggjs/tsconfig
[![NPM version][npm-image]][npm-url]
[![npm download][download-image]][download-url]
[](https://nodejs.org/en/download/)
[](https://makeapullrequest.com)

[npm-image]: https://img.shields.io/npm/v/@eggjs/tsconfig.svg?style=flat-square
[npm-url]: https://npmjs.org/package/@eggjs/tsconfig
[download-image]: https://img.shields.io/npm/dm/@eggjs/tsconfig.svg?style=flat-square
[download-url]: https://npmjs.org/package/@eggjs/tsconfig
Base tsconfig file for egg project
## Install
```shell
npm i --save-dev @eggjs/tsconfig
```
## Usage
```json
// tsconfig.json
{
"extends": "@eggjs/tsconfig",
// custom config
"compilerOptions": {
// override @eggjs/tsconfig options here
}
}
```
## License
[MIT](LICENSE)
## Contributors
[](https://github.com/eggjs/egg/graphs/contributors)
Made with [contributors-img](https://contrib.rocks).