michaelrausch-24/tsconfig.json

11 lines
165 B
JSON
Raw Normal View History

2024-10-15 11:10:58 +00:00
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"strictNullChecks": true,
"baseUrl": ".",
"paths": {
"@*": ["./src/*"]
}
}
}