Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benawad/tsconfig.json
Quickly create an opinionated tsconfig.json
https://github.com/benawad/tsconfig.json
tsconfig typescript
Last synced: 3 days ago
JSON representation
Quickly create an opinionated tsconfig.json
- Host: GitHub
- URL: https://github.com/benawad/tsconfig.json
- Owner: benawad
- License: mit
- Created: 2019-06-03T01:16:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-16T21:59:59.000Z (about 1 month ago)
- Last Synced: 2025-02-03T13:42:10.648Z (17 days ago)
- Topics: tsconfig, typescript
- Language: JavaScript
- Homepage:
- Size: 400 KB
- Stars: 369
- Watchers: 8
- Forks: 55
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```