Dev Tool

TypeScript Config Generator

Generate tsconfig.json files instantly with presets for Node.js, React/Next.js, and TypeScript libraries.

⚡Presets

🔧Compiler Options

📁Paths

🔗Path Aliases

📄tsconfig.json

{
  "compilerOptions": {
    "target": "ES2020",
    "module": "commonjs",
    "lib": [
      "ES2020",
      "DOM"
    ],
    "strict": true,
    "esModuleInterop": true,
    "skipLibCheck": true
  }
}

Share this tool