log101-dot-dev/tsconfig.json

10 lines
136 B
JSON
Raw Permalink Normal View History

2024-05-01 04:57:25 +00:00
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}