Timothy Pomeroy c3f65becaf Update package README files with project-specific documentation hai 1 mes
..
README.md c3f65becaf Update package README files with project-specific documentation hai 1 mes
base.json 7b7c4f0ac9 Initial commit hai 1 mes
nextjs.json 7b7c4f0ac9 Initial commit hai 1 mes
package.json 7b7c4f0ac9 Initial commit hai 1 mes
react-library.json 7b7c4f0ac9 Initial commit hai 1 mes

README.md

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:

{
  "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