diff --git a/tsconfig.json b/tsconfig.json index 158581cb3a4..23d9a8f46da 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -27,5 +27,5 @@ } ] }, - "include": ["apps/*/src/*", "libs/*/src/*"] + "include": ["apps/*/src/*", "libs/*/src/**/*"] }