Account-System-Demo/tsconfig.json
2024-07-17 03:34:11 -04:00

12 lines
No EOL
267 B
JSON

{
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@layouts/*": ["src/layouts/*"],
"@components/*": ["src/components/*"],
"@styles/*": ["src/styles/*"],
"@library/*": ["src/library/*"]
}
}
}