You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can see that __types__.tsx is generated in my .cache directory but for some reason, even if the tsxFullPaths are correct in the dts.js file, my 2 other files never seem to generate a d.ts.
Hi,
I'm trying to configure
graphql-let
from my project but despite following the tutorial I can't get it to work.This is my current config:
.graphql-let.yml
tsconfig.json
I can see that
__types__.tsx
is generated in my.cache
directory but for some reason, even if thetsxFullPaths
are correct in thedts.js
file, my 2 other files never seem to generate ad.ts
.If I
console.log
tsxFullPaths
:No mater what I change, I always get this
[ graphql-let ] Error: Never. Requested .tsx length and result .d.ts length are not matched.
The text was updated successfully, but these errors were encountered: