From 100d7adc3d88903d9bc1eca9c38a87560c5d5817 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 12 Dec 2020 21:41:08 +0900 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 260968c24..075450bf6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -34,6 +34,6 @@ "./src/**/*.ts" ], "exclude": [ - "./src/client/app/**/*.ts" + "./src/client/**/*.ts" ] }