tsconfig Generator

Visual TypeScript configuration generator

Compiler Options (compilerOptions)

Enable all strict type checking

Allow CommonJS/ES module interop

Skip .d.ts type checking (faster compilation)

Enforce consistent file name casing

Generate .d.ts declaration files

Generate source map for declaration files

Generate JS source map files

Compilation output directory

Source file root directory

Allow importing JSON files

Ensure each file can be compiled independently

Report unused local variables

Report unused function parameters

All code paths in a function must return a value

tsconfig Generator Usage Guide

Features

  • Supports Node.js / Browser / Library targets
  • Each option includes a description
  • Visual checkbox configuration
  • Generates standard tsconfig.json

How to Use

  • Select a target platform to auto-preset common options
  • Enable/disable compiler options as needed
  • Copy to your project root directory