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

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

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)