Files
kycnotme/web/tsconfig.json
2025-05-19 10:23:36 +00:00

11 lines
230 B
JSON

{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"],
"compilerOptions": {
"noUncheckedIndexedAccess": true,
"jsx": "react-jsx",
"jsxImportSource": "react"
}
}