Files
kycnotme/web/tsconfig.json
2025-06-09 10:00:55 +00:00

17 lines
374 B
JSON

{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"],
"compilerOptions": {
"noUncheckedIndexedAccess": true,
"jsx": "react-jsx",
"jsxImportSource": "react",
"types": [
"astro/client",
"vite-plugin-pwa/vanillajs",
"vite-plugin-pwa/info",
"vite-plugin-pwa/pwa-assets"
]
}
}