Files
hassp.pyc/tsconfig.json
2024-06-19 22:58:55 +03:00

20 lines
495 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"strictNullChecks": true,
"baseUrl": "src",
"jsx": "react-jsx",
"types": ["astro/client"],
"paths": {
"@src/*": ["src/*"],
"@components/*": ["components/*"],
"@content/*": ["content/*"],
"@layouts/*": ["layouts/*"],
"@pages/*": ["pages/*"],
"@images/*": [
"images/*"
]
}
}
}