gulp-typescript: Problems using createProject
问题 I have been trying to use gulp-typescript with some degree of success but I have a small issue. All my code is stored under 'src' and I want these to be compiled to '.tmp' but without the 'src' being included. here is my code, I think the issue is that passing a value (glob) to tsProject.src isn't supported so I get /.tmp/src/aTypescriptFile.js for example This code I got directly from the github repo, what I really didn't understand is why gulp.src is replaced with tsProject.src Any ideas ?