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

https://github.com/iguntur/tsconfig

Typescript shareable tsconfig
https://github.com/iguntur/tsconfig

config nodejs tsconfig tsnode typescript

Last synced: 3 months ago
JSON representation

Typescript shareable tsconfig

Awesome Lists containing this project

README

        

# Typescript tsconfig

[![npm](https://img.shields.io/npm/v/@guntur/tsconfig.svg?style=flat-square)](https://www.npmjs.org/package/@guntur/tsconfig)
[![PRs](https://img.shields.io/badge/PRs-welcome-328ff8.svg?style=flat-square)](#)

---

## Install

```console
$ npm install @guntur/tsconfig
```

## Usage

**`tsconfig.json`**

```json
{
"extends": "@guntur/tsconfig"
}
```

| Presets | Target |
|----------------------------|---------------|
| `@guntur/tsconfig` | NodeJS `>= 6` |
| `@guntur/tsconfig/node/v4` | NodeJS `>= 4` |
| `@guntur/tsconfig/esnext` | ES Module |

## License

MIT © [Guntur Poetra](https://github.com/iguntur)