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

View file

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