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

https://github.com/harry-hopkinson/tsconfig.json

Create a tsconfig.json from the command line
https://github.com/harry-hopkinson/tsconfig.json

Last synced: about 1 year ago
JSON representation

Create a tsconfig.json from the command line

Awesome Lists containing this project

README

          

# tsconfig.json

Create a tsconfig.json from the command line

## Usage

To install for one use.
```
npx create-tsconfig.json
```

To install globally for multiple uses.
```
npm install -g create-tsconfig.json
create-tsconfig.json
```