https://github.com/shelfio/tsconfig
https://github.com/shelfio/tsconfig
npm-package
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shelfio/tsconfig
- Owner: shelfio
- License: mit
- Created: 2020-12-11T15:52:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-05-22T23:01:53.000Z (8 months ago)
- Last Synced: 2025-05-23T00:23:20.343Z (8 months ago)
- Topics: npm-package
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 23
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: license
- Codeowners: CODEOWNERS
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)