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

https://github.com/sbstjn/tsconf

Wrapper to create tsconfig.json file.
https://github.com/sbstjn/tsconf

bootstrap tsconf tsconfig typescript

Last synced: 3 months ago
JSON representation

Wrapper to create tsconfig.json file.

Awesome Lists containing this project

README

          

# tsconf - TypeScript

[![npm](https://img.shields.io/npm/v/tsconf.svg)](https://www.npmjs.com/package/tsconf)
[![license](https://img.shields.io/github/license/sbstjn/tsconf.svg)](https://github.com/sbstjn/tsconf/blob/master/LICENSE.md)

If you hate to copy the same TypeScript configuration from project to project, `tsconf` is your project! Just install the `tsconf` package and you will be provided with a strict [tsconfig.json](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html) file.

## Install

```bash
# Via yarn
$ yarn add tsconf

# Via npm
$ npm install tsconf
```

## License

Feel free to use the code, it's released using the [MIT license](https://github.com/sbstjn/tsconf/blob/master/LICENSE.md).

## Contributors

- [Sebastian Müller](https://github.com/sbstjn)

## Contribution

You are more than welcome to contribute to this project! 😘

To make sure you have a pleasant experience, please read the [code of conduct](https://github.com/sbstjn/tsconf/blob/master/CODE_OF_CONDUCT.md). It outlines the important core values and believes, and will make working together a happier experience.