DashboardcraftCraft tsconfig.build.json is now self-c…

Craft tsconfig.build.json is now self-contained — no @sentry/typescript base

Category: architecture
Confidence: 1.00
ID: 019c9be1-33d8-7edb-8e74-95d7369f4abb
Project ID: e16af391-c497-4837-b681-c849a5514499
Cross-project: No
Recalled in other projects: 0
Source session: (none)
Created: 2026-06-10 21:07:09
Updated: 2026-06-10 21:07:09

Content

The @sentry/typescript package was removed as a dev dependency. It only provided a base tsconfig.json with strict TS settings, but dragged in deprecated tslint and vulnerable minimatch@3.1.2. All useful compiler options from its tsconfig are now inlined directly in tsconfig.build.json. Key settings carried forward: declaration, declarationMap, downlevelIteration, inlineSources, noFallthroughCasesInSwitch, noImplicitAny, noImplicitReturns, noUnusedLocals, noUnusedParameters, pretty, sourceMap, strict. The chain is: tsconfig.json extends tsconfig.build.json (no further extends).

Move to: