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

https://github.com/gluons/tsconfig-gluons

@gluons' personal TypeScript config.
https://github.com/gluons/tsconfig-gluons

gluons ts tsconfig typescript

Last synced: about 1 year ago
JSON representation

@gluons' personal TypeScript config.

Awesome Lists containing this project

README

          

# tsconfig-gluons
[![License](https://img.shields.io/github/license/gluons/tsconfig-gluons.svg?style=flat-square)](./LICENSE)
[![npm version](https://img.shields.io/npm/v/tsconfig-gluons.svg?style=flat-square)](https://www.npmjs.com/package/tsconfig-gluons)

[gluons](https://github.com/gluons)' personal [TypeScript](https://www.typescriptlang.org/) config.

## Installation

**Require TypeScript version >= 3.2**

```bash
npm install -D tsconfig-gluons
# Or
yarn add -D tsconfig-gluons
```

## Usage

Add below config your `tsconfig.json`.

```json
{
"extends": "tsconfig-gluons"
}
```