graphql-query-rewriter / core

Seamlessly turn breaking GraphQL changes into non-breaking changes
https://graphql-query-rewriter.github.io/core
MIT License
407 stars 15 forks source link

Place d.ts files beside js files in build #25

Open Sytten opened 3 years ago

Sytten commented 3 years ago

Hello! I am trying to use some stuff that is not exported at the root (like in the ast file) and typescript can't find the type definition because they are in a different folder (types vs lib). Would it be possible to put them in the same folder like all other libraries. Thanks :)

Sytten commented 3 years ago

Can you also export RewriterOps, thanks!