diff --git a/clube67/newwhats.local/plugins/tsconfig.json b/clube67/newwhats.local/plugins/tsconfig.json index a4ace93..bc8eb56 100644 --- a/clube67/newwhats.local/plugins/tsconfig.json +++ b/clube67/newwhats.local/plugins/tsconfig.json @@ -16,7 +16,8 @@ } }, "include": [ - "./**/*.ts" + "./**/*.ts", + "../backend/src/**/*.ts" ], "exclude": [ "node_modules",