near-operation-file settings #7087
Answered
by
ardatan
hyusetiawan
asked this question in
Q&A
-
I am trying to generate a typing file per query using near-operation-file but somehow I cannot get it to work. Here are my issues:
here is my config:
thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
ardatan
Nov 24, 2021
Replies: 1 comment
-
Hmm I think documents:
- 'src/**/!(*.d).{ts,tsx}'
- "!(src/**/*.gen.ts)" |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hyusetiawan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hmm I think
documents
points to the generated files as well so it enters a loop. Could you try to exclude generated files like below;