vhAstro-Theme/tsconfig.json
Han d116e8fcd1 🍊
2025-02-12 10:09:30 +08:00

13 lines
185 B
JSON

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