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 typescriptCurrent Presets
base.jsonfor shared strict defaults.nextjs.jsonfor Next.js apps using the Next plugin and bundler module resolution.react-library.jsonfor React libraries usingjsx: react-jsx.