fix: gql.tada not generating Typescript schema

Summary:

Test Plan:
This commit is contained in:
2024-05-16 01:12:41 -04:00
parent dd47118f3a
commit 359b73c7a8
4 changed files with 217 additions and 2 deletions

3
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"typescript.tsdk": "node_modules/typescript/lib"
}