@blast-shield/tooling-config
v0.0.30
Published
A package used by every other package.
Readme
@blast-shield/tooling-config
Shared TypeScript configuration for blast-shield packages.
Part of the blast-shield monorepo.
Purpose
Provides the shared TypeScript base configuration (typescript-config/base.json)
used by every package and app in the monorepo.
Because this package is referenced by every package, a change here causes a cache miss for all tasks in all packages.
Usage
In each package's tsconfig.json:
{
"extends": "@blast-shield/tooling-config/typescript-config/base.json"
}What it does NOT include
- Linter config — linting is handled by Biome via the
root
biome.json - Build utilities — those live in
@blast-shield/build-utils
