Presets / Tsconfig
Best Practices
TSConfig best practices for Nova with small preset chains, explicit wiring, and stable compiler behavior for Node and bundlers.
Read articlePresets / Tsconfig
TSConfig best practices for Nova with small preset chains, explicit wiring, and stable compiler behavior for Node and bundlers.
Read articlePresets / Tsconfig
Set the baseline TypeScript compiler options for Nova projects with Node ESM resolution, declaration output, and source maps.
Read articlePresets / Tsconfig
Layer strict TypeScript checks over the essentials baseline with full strict mode, unused-code detection, and exhaustive null safety.
Read articlePresets
Composable ESLint and TSConfig presets with strict defaults and ordered layers for consistent style and predictable builds.
Read articlePresets / Tsconfig
The Astro framework layer for your TypeScript config: bundler resolution, DOM libraries, and preserved JSX for .astro components.
Read articlePresets / Tsconfig
Configure TypeScript for Docusaurus sites with bundler resolution, DOM libs, preserved JSX, and no TypeScript emit.
Read articlePresets / Tsconfig
Configure TypeScript for Express.js servers with Node ESM module resolution and the latest ECMAScript library.
Read articlePresets / Tsconfig
Configure TypeScript for Next.js apps with bundler resolution, DOM libs, isolated modules, and no TypeScript emit.
Read articlePresets / Tsconfig
Add browser DOM type definitions and bundler module resolution to a Nova TSConfig chain for code that ships to the browser.
Read articlePresets / Tsconfig
Configure TypeScript for Cloudflare Workers with bundler resolution, per-file isolation, and no compiler emit so Wrangler owns the build.
Read articlePresets / Tsconfig
Add DOM-compatible type definitions and bundler module resolution to a Nova TSConfig chain for code that runs on edge runtimes.
Read articlePresets / Tsconfig
Add Node ESM module resolution and the ESNext lib to a Nova TSConfig chain for code that runs on the Node.js runtime.
Read articlePresets / Tsconfig
Configure TypeScript for service workers with WebWorker libraries, ESNext modules, and bundler resolution for browser background scripts.
Read articlePresets / Tsconfig
Configure TypeScript for web workers with WebWorker libraries, ESNext modules, automatic module detection, and bundler resolution.
Read articlePresets / Tsconfig
Configure TypeScript for Vite projects with bundler module resolution, isolated modules, browser libs, and no TypeScript emit.
Read article