diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-02-22 03:27:27 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-02-22 03:27:27 +0900 |
| commit | c38a7922380ae3fe86da6d28e12d6633bd8e9c5d (patch) | |
| tree | b3a898c4a23bac76817b61ac1311e686eddc4439 /tsconfig.json | |
| parent | Clean up (diff) | |
| download | misskey-c38a7922380ae3fe86da6d28e12d6633bd8e9c5d.tar.gz misskey-c38a7922380ae3fe86da6d28e12d6633bd8e9c5d.tar.bz2 misskey-c38a7922380ae3fe86da6d28e12d6633bd8e9c5d.zip | |
Fix bug
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index a0a2a4e298..24925687a6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,6 +21,6 @@ "./src/**/*.ts" ], "exclude": [ - "./src/web/**/*.ts" + "./src/web/app/**/*.ts" ] } |