@repo/typescript-config
@repo/typescript-config
Section titled “@repo/typescript-config”Shared TypeScript config presets used across the monorepo.
Available Configs
Section titled “Available Configs”base.json: strict baseline for TypeScript projectsnextjs.json: Next.js-focused configreact-library.json: library-oriented React config
In a package tsconfig.json:
{ "extends": "@repo/typescript-config/base.json"}Related Docs
Section titled “Related Docs”- Monorepo overview: ../../../README.md
- Documentation hub: ../../documentation-hub.md