mirror of
https://github.com/Xevion/undefined.behavio.rs.git
synced 2025-12-09 14:09:06 -06:00
13 lines
272 B
JSON
13 lines
272 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@styles/*": ["src/styles/*"],
|
|
"@layouts/*": ["src/layouts/*"],
|
|
"@posts/*": ["src/pages/posts/*"],
|
|
"@components/*": ["src/components/*"]
|
|
}
|
|
}
|
|
}
|