12 lines
No EOL
272 B
JSON
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/*"]
|
|
}
|
|
}
|
|
} |