frankwallis / plugin-typescript

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

Guard `options.lib` from undefined #212

Closed unional closed 6 years ago

unional commented 6 years ago

Fixes #211

unional commented 6 years ago

@frankwallis ~seems like it is breaking due to an in-version systemjs update.~ Can you take a look?

EDIT: I can see the interface, seems like ts-node problem.

frankwallis commented 6 years ago

Thanks for this, I had to do it slightly differently for the tests to pass, but contribution is appreciated.