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

https://github.com/gravity-ui/tsconfig


https://github.com/gravity-ui/tsconfig

config typescript

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# @gravity-ui/tsconfig

## Install
```
npm install --save-dev @gravity-ui/tsconfig
```

## Usage
Add `tsconfig.json` file in the project root with the following content:

```json
{
"extends": "@gravity-ui/tsconfig/tsconfig.json"
}
```