# TypeScript Configuration Shared TypeScript configurations for the Watch Finished Turbo monorepo. ## Configurations - **`base.json`** - Base TypeScript configuration - **`nextjs.json`** - Next.js specific TypeScript settings - **`react-library.json`** - React component library configuration ## Usage In `tsconfig.json`: ```json { "extends": "@watch-finished-turbo/typescript-config/base", "compilerOptions": { // Your custom options } } ``` ## Features - Strict type checking enabled - Modern ESNext target - Path mapping for monorepo imports - React and Next.js specific settings