← All code files

tsconfig.json

Strict modern TypeScript starting config.

{
  "compilerOptions": {
    "target": "ES2022",
    "module": "ESNext",
    "moduleResolution": "Bundler",
    "strict": true,
    "esModuleInterop": true,
    "skipLibCheck": true,
    "forceConsistentCasingInFileNames": true,
    "resolveJsonModule": true,
    "noUncheckedIndexedAccess": true,
    "outDir": "dist"
  },
  "include": ["src"]
}

About this tool

Strict modern TypeScript starting config.

Ready-to-use tsconfig.json — view the content, copy it, or download it with the correct filename. Free and 100% in your browser.