Update tsconfig.json

This commit is contained in:
syuilo
2020-12-12 21:41:08 +09:00
committed by GitHub
parent 68b1fea6bb
commit 100d7adc3d

View File

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