diff --git a/build/gulpfile.js b/build/gulpfile.js index 41ba82f7..3230aaf7 100644 --- a/build/gulpfile.js +++ b/build/gulpfile.js @@ -14,6 +14,7 @@ const ignore = [ gulp.task('build-ts', () => { return gulp.src([ '../src/**/*.ts', + '../src/**/*.tsx', ...ignore ]).pipe(ts({ ...tsConfig.compilerOptions,