diff --git a/services/collaboration/src/tsconfig.json b/services/collaboration/src/tsconfig.json index e11699008c..6cf9d7cbaf 100644 --- a/services/collaboration/src/tsconfig.json +++ b/services/collaboration/src/tsconfig.json @@ -8,7 +8,8 @@ "strict": true, "esModuleInterop": true, "skipLibCheck": true, - "forceConsistentCasingInFileNames": true, + "forceConsistentCasingInFileNames": true, + "allowJs": true // <-- Add this line }, - "include": ["**/*.ts"] -} + "include": ["**/*.ts", "**/*.js"] // <-- Edit this line +} \ No newline at end of file