yanchith / webglutenfree

We serve your draw calls type-safe and gluten-free
https://yanchith.github.io/webglutenfree/
MIT License
8 stars 1 forks source link

Change type-only imports to type X = import("./x").X #4

Closed yanchith closed 6 years ago

yanchith commented 6 years ago

This PR changes type only imports to use the new typescript 2.9 syntax for importing types. While not perfect and ergonomic, it better describes the real dependencies between modules.