How to make all generated types global? #378
Unanswered
christiaanwesterbeek
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Hm, I actually didn't know that it was possible to make types "global". If a type is declared in a file called global.d.ts, what happens? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to have all the type be available globally, but I don't know how. I could import and re-export all in some global.d.ts but that's too much work. Any other ideas?
Beta Was this translation helpful? Give feedback.
All reactions