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

https://github.com/silverwind/typescript-config-silverwind


https://github.com/silverwind/typescript-config-silverwind

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# typescript-config-silverwind [![](https://img.shields.io/npm/v/typescript-config-silverwind.svg)](https://www.npmjs.org/package/typescript-config-silverwind) [![](https://img.shields.io/badge/licence-bsd-blue.svg)](https://raw.githubusercontent.com/silverwind/typescript-config-silverwind/master/LICENSE)

## Installation

```
npm i typescript-config-silverwind
```

## Usage

In your `tsconfig.json`:

```yaml
{
"extends": "typescript-config-silverwind",
"include": [
"**/*",
"**/.*",
"**/.*/**/*",
"**/.*/**/.*"
]
}
```

© [silverwind](https://github.com/silverwind), distributed under BSD licence.