← Tất cả file code

tsconfig.json

Cấu hình TypeScript khởi đầu hiện đại, nghiêm ngặt.

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

Về công cụ này

Cấu hình TypeScript khởi đầu hiện đại, nghiêm ngặt.

tsconfig.json sẵn sàng dùng — xem nội dung, copy, hoặc tải về đúng tên file. Miễn phí, 100% trong trình duyệt.