# @type-config/react

> Useful typescript config rules for building react apps, extend rules from [@type-config/standard](https://www.npmjs.com/package/@type-config/standard)

Latest version **1.2.1** (published 2022-11-14) · MIT license · 0 weekly downloads

## Install

```sh
npm install @type-config/react
pnpm add @type-config/react
yarn add @type-config/react
bun add @type-config/react
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: no vulnerabilities; high maintenance score.

Warnings: low downloads; no types; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.2.1 |
| Published | 2022-11-14 |
| First published | 2019-04-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 24 |
| Author | mirone |
| Maintainers | mirone |
| Keywords | TypeScript, compiler, config, tsconfig, json |

## Links

- npm: https://www.npmjs.com/package/@type-config/react
- Repository: https://github.com/Saul-Mirone/type-config
- Issues: https://github.com/Saul-Mirone/type-config/issues
- npm.io page: https://npm.io/package/@type-config/react

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 1.2.1 (latest) — 2022-11-14
- 1.1.1 — 2021-01-04
- 1.0.1 — 2019-04-04
- 1.0.0 — 2019-04-03

## README

# @type-config/react

Useful typescript config rules for building react apps, extend rules from [@type-config/standard](https://www.npmjs.com/package/@type-config/standard)

## rules
```json
{
  "compilerOptions": {
    "module": "commonjs",
    "target": "es6",
    "noEmitOnError": true,

    "declaration": true,
    "sourceMap": true,

    "moduleResolution": "node",
    "esModuleInterop": true,
    "forceConsistentCasingInFileNames": true,

    "strict": true,
    "jsx": "react"
  }
}
```

---
_Source: https://npm.io/package/@type-config/react · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
