summaryrefslogtreecommitdiff
path: root/gulpfile.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-02-10 10:27:05 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-02-10 10:27:05 +0900
commitff7bb97d8ee04a6a56aaea8a09f9b4d7170f2064 (patch)
tree54440ed27272a0c75fdd2ba9d3b83b095993c27c /gulpfile.ts
parentwip (diff)
downloadsharkey-ff7bb97d8ee04a6a56aaea8a09f9b4d7170f2064.tar.gz
sharkey-ff7bb97d8ee04a6a56aaea8a09f9b4d7170f2064.tar.bz2
sharkey-ff7bb97d8ee04a6a56aaea8a09f9b4d7170f2064.zip
wip
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 21870473ed..736507bafb 100644
--- a/gulpfile.ts
+++ b/gulpfile.ts
@@ -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()