1
Fork 0
This repository has been archived on 2025-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
astro-authorizer-template/tsconfig.json
2024-04-03 21:49:17 -04:00

10 lines
No EOL
189 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@components/*": ["src/components/*"],
"@layouts/*": ["src/layouts/*"],
"@library/*": ["src/lib/*"]
}
}
}