Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fox1t/tsconfig

Shared TypeScript configuration
https://github.com/fox1t/tsconfig

Last synced: about 1 month ago
JSON representation

Shared TypeScript configuration

Awesome Lists containing this project

README

        

# tsconfig

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

## Install

```
$ npm install --save-dev fox1t-tsconfig
```

## Usage

`tsconfig.json`

```json
{
"extends": "fox1t-tsconfig",
"compilerOptions": {
"outDir": "build",
"target": "es2018",
"lib": ["es2018"]
}
}
```

**This project is inspired by**: [sindresorhus/tsconfig](https://github.com/sindresorhus/tsconfig)

## License

MIT © [Maksim Sinik](https://maksim.dev)