blog.mariusschulz.com
TypeScript 2.1: Untyped Imports
1
TypeScript 2.1 makes it a lot easier to work with untyped imports. Previously an error, these imports are now typed as any and can be consumed painlessly. Read full article