https://github.com/doo/ts-config
Shared ts-config for all typescript projects
https://github.com/doo/ts-config
Last synced: 3 months ago
JSON representation
Shared ts-config for all typescript projects
- Host: GitHub
- URL: https://github.com/doo/ts-config
- Owner: doo
- License: mit
- Created: 2021-10-08T08:10:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-24T11:57:25.000Z (over 4 years ago)
- Last Synced: 2025-07-31T18:34:07.318Z (11 months ago)
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shared Typescript Configs
Add it your repository:
```
npm install github:doo/ts-config --save-dev
```
Example how to use this package in your typescript project:
```json
{
"extends": "@doo/ts-config"
}
```
## React Apps
Example how to use this package in your React apps:
```json
{
"extends": "@doo/ts-config/react"
}
```
## React Native Apps
Example how to use this package in your React Native apps:
```json
{
"extends": "@doo/ts-config/react-native"
}
```