summaryrefslogtreecommitdiff
path: root/gulpfile.ts
diff options
context:
space:
mode:
Diffstat (limited to 'gulpfile.ts')
-rw-r--r--gulpfile.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.ts b/gulpfile.ts
index 41a5e134fa..688ca29d30 100644
--- a/gulpfile.ts
+++ b/gulpfile.ts
@@ -109,7 +109,7 @@ gulp.task('lint', () =>
gulp.task('mocha', () =>
gulp.src([])
.pipe(mocha({
- compilers: 'ts:ts-node/register'
+ //compilers: 'ts:ts-node/register'
} as any))
);