Hi. When I use your loader I get errors like ``` src/app.ts(15,1): error TS2304: Cannot find name 'angular'. ``` Angular is installed at "node_modules/angular". The same code works with "ts-loader" (but this loader does not work well with noEmitOnError). Is it possible that modulesDirectories (http://webpack.github.io/docs/configuration.html#resolve-modulesdirectories) are not yet supported?