diff --git a/tsconfig.json b/tsconfig.json index 260968c249..075450bf64 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -34,6 +34,6 @@ "./src/**/*.ts" ], "exclude": [ - "./src/client/app/**/*.ts" + "./src/client/**/*.ts" ] }