Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/benawad/tsconfig.json

Quickly create an opinionated tsconfig.json
https://github.com/benawad/tsconfig.json

tsconfig typescript

Last synced: about 8 hours ago
JSON representation

Quickly create an opinionated tsconfig.json

Awesome Lists containing this project

README

        

# tsconfig.json

[Video](https://www.youtube.com/watch?v=0xjfkl9nODQ&ab_channel=BenAwad)

## Usage

Install as a dev dependency on a particular project:
```
yarn add -D tsconfig.json
npx tsconfig.json
```

Install globally(recommended if you are using typescript very often):
```bash
yarn global add tsconfig.json
# now you don't have to prefix this command with npx!
tsconfig.json
```