six-degs-of-f1/tsconfig.json

10 lines
134 B
JSON
Raw Normal View History

2024-03-07 20:40:03 +01:00
{
2024-04-27 23:52:18 +02:00
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
}
}