FoundryKit

TypeScript Config

Base TypeScript presets for FoundryKit packages and apps.

TypeScript Config

@foundrykit/typescript-config publishes three JSON presets: base.json, nextjs.json, and react-library.json.

Install

pnpm add -D @foundrykit/typescript-config typescript

Current Presets

  • base.json for shared strict defaults.
  • nextjs.json for Next.js apps using the Next plugin and bundler module resolution.
  • react-library.json for React libraries using jsx: react-jsx.

On this page