Create a TypeScript compiler configuration with options, globs, and aliases.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
Compiler options, include and exclude globs, module settings, and path aliases are serialized as a tsconfig JSON object. The file configures tsc and editors but does not compile the project.
Target: ES2022 Module: ESNext Framework: nextjs Strict: true Declaration: false Source map: true Out dir: dist Root dir: src Jsx: none Paths: true
Name: next
New packages, IDE diagnostics, and build pipelines create tsconfig files.