mirror of
https://github.com/Xevion/undefined.behavio.rs.git
synced 2025-12-06 03:16:56 -06:00
Add general aliases
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
{
|
||||
"extends": "astro/tsconfigs/strict"
|
||||
}
|
||||
"extends": "astro/tsconfigs/strict",
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@layouts/*": [
|
||||
"src/layouts/*"
|
||||
],
|
||||
"@posts/*": [
|
||||
"src/pages/posts/*"
|
||||
],
|
||||
"@components/*": [
|
||||
"src/components/*"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user