diff --git a/backend/tsconfig.json b/backend/tsconfig.json index e296a09e2..172dcc48c 100644 --- a/backend/tsconfig.json +++ b/backend/tsconfig.json @@ -16,6 +16,7 @@ "strictPropertyInitialization": false, "resolveJsonModule": true, "useDefineForClassFields": false, - "preserveWatchOutput": true + "preserveWatchOutput": true, + "allowJs": true } }