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

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

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"
}
```