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 ran npm run compile-schemas and I get the compiled types in console output
Expected Output
As per the help menu of CLI, it is mentioned With no OUT_FILE and when IN_FILE is specified, create .d.ts file in the same directory.
so I was expecting types definitions to be produced in the env folder but it did not create any files and instead it printed in STDOUT
Is this intentional? coz I could raise PR but I got confused whether this is intentional or bug when I looked into the source code.
nikmash, myrddraall, Quintisimo, backbone87, spicard12 and 4 more