michaelrausch-24/tsconfig.json
2024-10-16 00:10:58 +13:00

11 lines
165 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"strictNullChecks": true,
"baseUrl": ".",
"paths": {
"@*": ["./src/*"]
}
}
}