Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/skarab42/tsinit

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

config init tsconfig typescript

Last synced: 15 days 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 [email protected]

## Installation

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

## Usage

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

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