Account-System-Demo/tsconfig.json
2024-07-16 23:39:34 -04:00

12 lines
No EOL
272 B
JSON

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