Grunt Typescript can't find angular core
问题 Question Why cant my Grunt Typescript compiler find the angular core? I guess it has something to do with the paths so the compiler cant find the libs in the node_modules directory. Error typescript/add.component.ts(1,25): error TS2307: Cannot find module 'angular2/core'. Setup Gruntfile.js Task typescript: { all: { src: ['typescript/**/*.ts'], dest: 'javascript/frontend', options: { target: "es5", module: "system", moduleResolution: "node", emitDecoratorMetadata: true, experimentalDecorators