frankwallis / plugin-typescript

TypeScript loader for SystemJS
MIT License
248 stars 47 forks source link

bug(typings): get typings for relative imports #123

Closed tamird closed 8 years ago

tamird commented 8 years ago

Fixes #122.

This could use a test, but I didn't quite figure out how to write one.

frankwallis commented 8 years ago

Thanks for this, I have relaxed the check even further so it will lookup typings for all imports which resolve to .js files and added a test.

It's out in 4.0.9, thanks for your help.

tamird commented 8 years ago

Yay! Thank you!