Is there a way to make a file in your typescript file that defines globally accessible types?
I like typescript, but find that when I want to be really type safe, I have to explicitly import types from the whole system. This is pretty annoying.
source
share