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

https://github.com/skarab42/tsinit

Create a tsconfig file with all available options
https://github.com/skarab42/tsinit

config init tsconfig typescript

Last synced: 6 months ago
JSON representation

Create a tsconfig file with all available options

Awesome Lists containing this project

README

          

# @skarab/tsinit

Create a `tsconfig.json` file with all available options.

> See a [sample output](tsconfig.tsinit.json) for typescript@4.7.4

## Installation

```bash
pnpm add -D typescript @skarab/tsinit
```

## Usage

```bash
pnpm tsinit [filename] [options]

Options:
--overwrite
--comment-all
```