Set up GQL client

This commit is contained in:
Jorge Vargas 2024-08-18 22:47:36 -06:00
parent ec77cb1d24
commit 6833439a4a
14 changed files with 1349 additions and 418 deletions

View file

@ -1,3 +1,11 @@
{
"extends": "astro/tsconfigs/strict"
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"baseUrl": "src",
"paths": {
"@/*": [
"*"
]
}
}
}