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.
- Host: GitHub
- URL: https://github.com/sbstjn/tsconf
- Owner: sbstjn
- License: mit
- Created: 2017-05-04T20:54:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-04T20:59:32.000Z (about 9 years ago)
- Last Synced: 2025-10-03T06:00:42.746Z (9 months ago)
- Topics: bootstrap, tsconf, tsconfig, typescript
- Language: Shell
- Homepage: https://www.npmjs.com/package/tsconf
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# tsconf - TypeScript
[](https://www.npmjs.com/package/tsconf)
[](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.