This commit is contained in:
syuilo 2018-02-10 10:27:05 +09:00
parent d5f345c8f9
commit ff7bb97d8e
19 changed files with 58 additions and 146 deletions

View file

@ -56,7 +56,7 @@ gulp.task('build:js', () =>
);
gulp.task('build:ts', () => {
const tsProject = ts.createProject('./src/tsconfig.json');
const tsProject = ts.createProject('./tsconfig.json');
return tsProject
.src()