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
- Host: GitHub
- URL: https://github.com/harry-hopkinson/tsconfig.json
- Owner: Harry-Hopkinson
- License: mit
- Created: 2022-02-12T18:01:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T02:36:30.000Z (over 1 year ago)
- Last Synced: 2025-06-20T12:55:43.118Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/create-tsconfig.json
- Size: 40 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```