diff --git a/backend/tsconfig.json b/backend/tsconfig.json index e41dbca..40384b8 100644 --- a/backend/tsconfig.json +++ b/backend/tsconfig.json @@ -5,9 +5,10 @@ "lib": ["ES2020"], "outDir": "dist", "rootDir": "src", - "strict": true, + "strict": false, "esModuleInterop": true, "skipLibCheck": true, + "noEmitOnError": false, "resolveJsonModule": true, "declaration": true, "declarationMap": true,