diff --git a/dashboards-notifications/tsconfig.json b/dashboards-notifications/tsconfig.json index 2ff0366f..a4c5b32b 100644 --- a/dashboards-notifications/tsconfig.json +++ b/dashboards-notifications/tsconfig.json @@ -8,7 +8,8 @@ "public/**/*", "utils/**/*", "models/**/*", - "test/**/*" + "test/**/*", + "common/**/*" ], "exclude": ["node_modules", "*/node_modules/"], "compilerOptions": {