Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanv92/sharec-tsconfig-config
Store TypeScript config (tsconfig.json) in one place and share between projects without any pain.
https://github.com/sanv92/sharec-tsconfig-config
Last synced: about 2 months ago
JSON representation
Store TypeScript config (tsconfig.json) in one place and share between projects without any pain.
- Host: GitHub
- URL: https://github.com/sanv92/sharec-tsconfig-config
- Owner: sanv92
- Created: 2020-06-22T18:41:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T09:54:36.000Z (about 2 years ago)
- Last Synced: 2024-11-08T12:18:24.068Z (2 months ago)
- Size: 86.9 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sharec TypeScript (tsconfig.json) Config
Store TypeScript (tsconfig.json) config in one place and share between projects without any pain
With **sharec-tsconfig-config** you can share TypeScript config across projects, keep your code up to date and start new projects in one command.
## Quick start
1. Create configuration project and init `npm` inside.
2. Install `sharec-tsconfig-config` as dependency:```shell
npm i --save-dev @sanv/sharec-tsconfig-config
```