diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-12-12 21:41:08 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-12 21:41:08 +0900 |
| commit | 100d7adc3d88903d9bc1eca9c38a87560c5d5817 (patch) | |
| tree | e798900eeba70c89e50fd91785fbaab16678bfcd | |
| parent | :art: (diff) | |
| download | misskey-100d7adc3d88903d9bc1eca9c38a87560c5d5817.tar.gz misskey-100d7adc3d88903d9bc1eca9c38a87560c5d5817.tar.bz2 misskey-100d7adc3d88903d9bc1eca9c38a87560c5d5817.zip | |
Update tsconfig.json
| -rw-r--r-- | tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 260968c249..075450bf64 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -34,6 +34,6 @@ "./src/**/*.ts" ], "exclude": [ - "./src/client/app/**/*.ts" + "./src/client/**/*.ts" ] } |