diff --git a/tsconfig.json b/tsconfig.json index a0a2a4e29..24925687a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,6 +21,6 @@ "./src/**/*.ts" ], "exclude": [ - "./src/web/**/*.ts" + "./src/web/app/**/*.ts" ] }