Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: about 2 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"
}
```