1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 01:05:50 +02:00
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

@@ -18,6 +18,9 @@
},
"compileOnSave": false,
"include": [
"./gulpfile.ts"
"./src/**/*.ts"
],
"exclude": [
"./src/web/app/**/*.ts"
]
}