tsconfig.json Generator
tsconfig.json Generator Build a valid tsconfig.json for TypeScript projects without memorising option names or hunting through release notes for what changed in the latest compiler. Pick a preset (Node ESM, Node CommonJS, React, Next.js, Library, or Strictest), tweak the strictness toggles, add any path aliases, and copy the generated JSON into the root of your project. TypeScript’s compiler config is a sharp surface: option names are case-sensitive, the list grows every release, and a misspelled or deprecated key may silently produce the wrong output instead of failing fast. A form-based generator that only emits the options you ticked is the fastest way to get a working config that matches your ...
ツールを試す »