Closed zackthehuman closed 6 years ago
Hmm, there definitely is a default export now (added in https://github.com/tildeio/broccoli-typescript-compiler/commit/921a93adec1822784121f72ada07272b69eb7a2d).
Are you certain you are using 3.0.1 (just published 2 days ago)?
Negative. I was using 2.3.0 which does not have a default export. I'll close this.
The documentation for basic usage is incorrect in that it instructs you to use the
default
export, but there isn't a default export. Instead you should usetypescript
orfilterTypeScript
orTypeScriptPlugin
, etc.