emigrate/docs/tsconfig.json

9 lines
158 B
JSON

{
"extends": "astro/tsconfigs/strictest",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@components/*": ["src/components/*"]
}
}
}