Update tsconfig.json

This commit is contained in:
syuilo 2020-12-12 21:41:08 +09:00 committed by GitHub
parent 00da38732c
commit 7cd3b1efcd

View file

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