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

https://github.com/diplodoc-platform/tsconfig

diplodoc TypeScript config
https://github.com/diplodoc-platform/tsconfig

Last synced: 3 months ago
JSON representation

diplodoc TypeScript config

Awesome Lists containing this project

README

        

# @diplodoc/tsconfig

## Install
```
npm install --save-dev @diplodoc/tsconfig
```

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

```json
{
"extends": "@diplodoc/tsconfig/tsconfig.json"
}
```