wip
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user