← Todos los archivos

tsconfig.json

Config inicial de TypeScript moderna y estricta.

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

Sobre esta herramienta

Config inicial de TypeScript moderna y estricta.

tsconfig.json listo para usar: ve el contenido, cópialo o descárgalo con el nombre correcto. Gratis y 100% en tu navegador.