Files
archived-tauri-docs/tsconfig.json
Lorenzo Lewis 6c8df89245 Add component alias
Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>
2023-07-25 19:14:21 +01:00

10 lines
155 B
JSON

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