Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cngjo/tsconfig

global typescript config
https://github.com/cngjo/tsconfig

configuration tsconfig typescript

Last synced: 24 days ago
JSON representation

global typescript config

Awesome Lists containing this project

README

        

# tsconfig


global typescript config for my projects

## Install
```bash
$ npm install --save-dev @jojopr/tsconfig
```

## Usage
```tsconfig.json```
```json
{
"extends": "@jojopr/tsconfig",
"compilerOptions": {
// ...
}
}
```

## License
This Config-Package is released unter the terms of the [MIT-LICENSE](https://choosealicense.com/licenses/mit/) for more information, see the [LICENSE](https://github.com/cngJo/tsconfig/blob/master/LICENSE) file.