Update tsconfig.json

This commit is contained in:
syuilo 2020-12-12 21:41:08 +09:00 committed by GitHub
parent 68b1fea6bb
commit 100d7adc3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,6 +34,6 @@
"./src/**/*.ts"
],
"exclude": [
"./src/client/app/**/*.ts"
"./src/client/**/*.ts"
]
}