Describe the bug
it seems that it can not generated graphql-env.d.ts file while we have config in tsconfig.json
"compilerOptions": {
"plugins": [
{
"name": "@0no-co/graphqlsp",
"schema": "http://localhost:5001/admin-api",
"tadaOutputLocation": "./src/graphql-env.d.ts"
}
],
Reproduction
No response
gql.tada version
latest version
Validations