adrian-altner.de/tsconfig.json
2026-04-21 01:26:19 +02:00

11 lines
213 B
JSON

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