Back to Generator
tsconfig.json
Generate a tsconfig.json with strict mode, path aliases, and modern settings.
Preset
Base Configuration
Extend from official framework tsconfig. Recommended settings are automatically applied.
Language & Environment
Configure the JavaScript runtime target and language features.
Type Checking
Configure the strictness of TypeScript type checking.
Modules & Paths
Configure module resolution and path aliases.
Emit
Configure compilation output settings.
Interop Constraints
Settings for interoperability between module systems.
Completeness
Build performance and completeness settings.
File Scope
Configure which files to include in compilation.