Add ~astro alias

This commit is contained in:
Sam Carlton 2022-05-04 19:30:02 -05:00
parent f3ee5e5505
commit 1652e99f8a

View file

@ -4,7 +4,8 @@
"baseUrl": ".",
"paths": {
"~/*": ["./*"],
"~helpers": ["./helpers/*"]
"~helpers": ["./helpers/*"],
"~astro": ["./src/*"]
}
}
}