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" ] }