Files
astro-nozzy-house-news/tsconfig.json
2023-12-25 17:24:27 +00:00

12 lines
228 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"strictNullChecks": true,
"baseUrl": ".",
"paths": {
"@images/*": ["src/images/week1/*"],
"@components/*": ["src/components/*"]
}
}
}