https://github.com/rive/tsconfig
Best practice of TypeScript configuration for React front-end projects
https://github.com/rive/tsconfig
Last synced: 17 days ago
JSON representation
Best practice of TypeScript configuration for React front-end projects
- Host: GitHub
- URL: https://github.com/rive/tsconfig
- Owner: rive
- License: gpl-3.0
- Created: 2021-02-09T03:12:21.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-09T12:00:00.000Z (over 5 years ago)
- Last Synced: 2025-10-04T22:09:26.111Z (9 months ago)
- Language: TypeScript
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tsconfig
Best practice of TypeScript configuration for React front-end projects
## Install
```
npm install --save-dev @rive/tsconfig/tsconfig.json
```
## Add to your tsconfig.json
```json
{
"extends": "@tsconfig/recommended/tsconfig.json"
}
```
## References
1. [TypeScript document](https://www.typescriptlang.org/tsconfig)
2. [tsconfig/bases](https://github.com/tsconfig/bases)
3. [tsdx](https://github.com/formium/tsdx)