diff --git a/backend/tsconfig.json b/backend/tsconfig.json index 63850ca..d9c29bc 100644 --- a/backend/tsconfig.json +++ b/backend/tsconfig.json @@ -5,7 +5,7 @@ "lib": ["ES2022"], "outDir": "./dist", "rootDir": "./src", - "strict": true, + "strict": false, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true,