Files
undefined.behavio.rs/tsconfig.json
2023-11-24 17:37:32 -06:00

13 lines
272 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@styles/*": ["src/styles/*"],
"@layouts/*": ["src/layouts/*"],
"@posts/*": ["src/pages/posts/*"],
"@components/*": ["src/components/*"]
}
}
}