firq-dev-website/tsconfig.json

12 lines
277 B
JSON
Raw Normal View History

2023-01-15 16:53:19 +00:00
{
2024-10-26 20:41:24 +00:00
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@assets/*": [ "src/assets/*" ],
"@components/*": [ "src/components/*" ],
"@content/*": [ "src/content/*" ],
"@layouts/*": [ "src/layouts/*" ]
}
}
2023-01-15 16:53:19 +00:00
}