An open API service indexing awesome lists of open source software.

https://github.com/shelfio/tsconfig


https://github.com/shelfio/tsconfig

npm-package

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# @shelf/tsconfig

## Install

```
$ yarn add --dev @shelf/tsconfig
```

## Usage

In your `tsconfig.json`:

### Backend

```json
{
"extends": "@shelf/tsconfig/backend",
"exclude": ["node_modules"],
"include": ["src"]
}
```

### Frontend

```json
{
"extends": "@shelf/tsconfig/frontend",
"exclude": ["node_modules"],
"include": ["src"]
}
```

## Publish

```sh
$ git checkout master
$ yarn version
$ yarn publish
$ git push origin master --tags
```

## License

MIT © [Shelf](https://shelf.io)