# tsconfig/bases

Hosts TSConfigs to extend in a TypeScript app, tuned to a particular runtime environment

Repository: https://github.com/tsconfig/bases
Canonical: https://ross.abutalabs.com/products/bases
Language: TypeScript
License: MIT
License Family: permissive
Last push: 2026-08-14T22:16:26+00:00

## Health v2 (maintenance only)
Score: 76/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 97, release rhythm 35, longevity 100
- inputs: {"age_days": 2303, "days_push": 19, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 7870, forks 285 (observed 2026-08-28T04:10:08.494206+00:00)

## What it is
A community-maintained collection of base TSConfig files published as npm packages under the @tsconfig scope, tuned for specific runtime environments like Node versions, Bun, Deno, and frameworks. Projects extend these presets in their own tsconfig.json instead of hand-writing compiler options.

## Use cases
- set up a tsconfig for a node 18 project
- find recommended typescript compiler options for bun
- extend a base tsconfig for create react app
- keep typescript config consistent across projects
- configure tsconfig for deno or next.js
- avoid hand-writing typescript compiler options

## When to choose
- you are starting a TypeScript app and want sane, environment-tuned compiler defaults
- you want community-maintained tsconfig presets you can extend with 'extends'
- you target a specific runtime like Node LTS, Bun, or Deno

## When to avoid
- you need highly customized compiler options beyond what a base preset provides
- you are not using TypeScript at all
- you need a pinned older TypeScript version that the presets do not target

## Facets
- artifact type: dataset
- maturity: active
- function: configuration-management, developer-tools, build-tool
- domain: developer-tools, web-development, frontend, backend
- platform: bun, browser, cross-platform
- tags: tsconfig, typescript, npm-packages, preset-configs, definitely-typed-for-tsconfig, nodejs, deno

## Member repositories
- tsconfig/bases (main) score 76

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:08.494206+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:33:44.744146+00:00, confidence not recorded.
  - readme: https://github.com/tsconfig/bases (fetched 2026-08-28T04:10:08.494206+00:00, sha 28b109701d2b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
