# @tsconfig/recommended

> A base TSConfig for working with Recommended.

Latest version **1.0.13** (published 2025-11-13) · MIT license · 0 weekly downloads

## Install

```sh
npm install @tsconfig/recommended
pnpm add @tsconfig/recommended
yarn add @tsconfig/recommended
bun add @tsconfig/recommended
```

## Health

**Score 55/100 (C)** — status: stable.

Positive: no vulnerabilities; has provenance; high maintenance score.

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

## Facts

| | |
|---|---|
| Version | 1.0.13 |
| Published | 2025-11-13 |
| First published | 2020-08-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 7879 |
| Maintainers | orta, typescript-deploys |
| Keywords | tsconfig, recommended |

## Links

- npm: https://www.npmjs.com/package/@tsconfig/recommended
- Repository: https://github.com/tsconfig/bases
- Homepage: https://github.com/tsconfig/bases#readme
- Issues: https://github.com/tsconfig/bases/issues
- npm.io page: https://npm.io/package/@tsconfig/recommended

## Alternatives

- [jsforce](https://npm.io/package/jsforce.md) — 851.2K weekly downloads
- [react-native-qrcode-svg](https://npm.io/package/react-native-qrcode-svg.md) — 693.5K weekly downloads
- [@salesforce/plugin-data](https://npm.io/package/@salesforce/plugin-data.md) — 394.9K weekly downloads
- [@backstage/plugin-search-common](https://npm.io/package/@backstage/plugin-search-common.md) — 308.5K weekly downloads
- [@chain-registry/types](https://npm.io/package/@chain-registry/types.md) — 38.4K weekly downloads

## Recent versions

- 1.0.13 (latest) — 2025-11-13
- 1.0.12 — 2025-11-11
- 1.0.11 — 2025-10-29
- 1.0.10 — 2025-06-18
- 1.0.9 — 2025-06-17
- 1.0.8 — 2024-10-27
- 1.0.7 — 2024-06-30
- 1.0.6 — 2024-04-06
- 1.0.5 — 2024-03-27
- 1.0.4 — 2024-03-24
- 1.0.3 — 2023-09-16
- 1.0.2 — 2023-01-16
- 1.0.1 — 2020-08-07
- 1.0.0 — 2020-08-06

## README

### The recommended base for a TSConfig.

Add the package to your `"devDependencies"`:

```sh
npm install --save-dev @tsconfig/recommended
yarn add --dev @tsconfig/recommended
```

Add to your `tsconfig.json`:

```json
"extends": "@tsconfig/recommended/tsconfig.json"
```

---

The `tsconfig.json`: 

```jsonc
{
  "compilerOptions": {
    "target": "es2016",
    "module": "commonjs",
    "esModuleInterop": true,
    "forceConsistentCasingInFileNames": true,
    "strict": true,
    "skipLibCheck": true
  },
  "$schema": "https://www.schemastore.org/tsconfig"
}

```

You can find the [code here](https://github.com/tsconfig/bases/blob/master/bases/recommended.json).

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