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

https://github.com/gilbarbara/tsconfig

Shared Typescript config
https://github.com/gilbarbara/tsconfig

Last synced: 10 months ago
JSON representation

Shared Typescript config

Awesome Lists containing this project

README

          

# tsconfig [![npm version](https://badge.fury.io/js/%40gilbarbara%2Ftsconfig.svg)](https://badge.fury.io/js/%40gilbarbara%2Ftsconfig)

Shared [TypeScript config](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html)

## Install

```
$ npm install --save-dev @gilbarbara/tsconfig
```

## Usage

`tsconfig.json`

```json
{
"extends": "@gilbarbara/tsconfig",
"compilerOptions": {
"outDir": "build",
"target": "es5",
}
}
```

## License

MIT