FoundryKit

Presets

Current preset entrypoints for @foundrykit/typescript-config.

Presets

Base

{
  "extends": "@foundrykit/typescript-config/base.json"
}

Next.js

{
  "extends": "@foundrykit/typescript-config/nextjs.json"
}

React Library

{
  "extends": "@foundrykit/typescript-config/react-library.json"
}

Notable Defaults

  • base.json uses strict, resolveJsonModule, NodeNext, and noUncheckedIndexedAccess.
  • nextjs.json switches module resolution to Bundler, enables the Next plugin, and sets noEmit.
  • react-library.json inherits the base config and enables jsx: react-jsx.

On this page