oliverdavies.uk/website/tsconfig.json

11 lines
188 B
JSON
Raw Normal View History

2022-10-07 08:14:10 +00:00
{
2022-11-28 23:42:24 +00:00
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@assets/*": ["assets/*"],
"@components/*": ["src/components/*"]
}
}
}