Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/famarks/tsconfig-grafarg
https://github.com/famarks/tsconfig-grafarg
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/famarks/tsconfig-grafarg
- Owner: famarks
- Created: 2024-01-24T01:21:57.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-24T02:11:17.000Z (12 months ago)
- Last Synced: 2024-04-17T18:28:23.814Z (9 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# grafarg-tsconfig
> Grafarg's [TypeScript](https://typescriptlang.org) config.## Installation
```shell
yarn add @grafarg/tsconfig --dev
```or:
```shell
npm install @grafarg/tsconfig --save-dev
```## Usage
```json
{
"extends": "@grafarg/tsconfig"
}
```or:
```json
{
"extends": "@grafarg/tsconfig/base.json"
}
```## Publishing
Publishing is handled by github actions which is triggered by a merge to master that contains a change to the version property in the `package.json` file. You can either do that manually or use the command below to version bump, commit and tag.
```shell
npm version [ | major | minor | patch ]
```Also be sure to update any official packages that depend on this with fixes and version increases.
## Versioning
It's probable that *any* change will be a breaking one, so it's best to stick to major version releases.