Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alexey-koran/tsconfig

Shared tsconfig
https://github.com/alexey-koran/tsconfig

tsconfig typescript

Last synced: about 2 months ago
JSON representation

Shared tsconfig

Awesome Lists containing this project

README

        

# `@alexey-koran/tsconfig`

[TSConfig](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html)

[Sharing configuration](https://www.typescriptlang.org/tsconfig#extends)

### Installation

```bash
pnpm i -D @alexey-koran/tsconfig
```

## Usage

tsconfig.json

```json
{
"extends": "@alexey-koran/tsconfig",
}
```

### [Example](https://github.com/alexey-koran/react-template/blob/main/tsconfig.json)