Files
halo-theme-WarmIsland/tsconfig.json
T
2026-04-07 22:52:16 +08:00

10 lines
189 B
JSON

{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"],
"compilerOptions": {
"strictNullChecks": true,
"jsx": "preserve"
}
}