diff --git a/backend/tsconfig.json b/backend/tsconfig.json index 217bb76..d75d7e6 100644 --- a/backend/tsconfig.json +++ b/backend/tsconfig.json @@ -15,7 +15,7 @@ "paths": { "@/*": ["./src/*"] }, - "ignoreDeprecations": "6.0" + "ignoreDeprecations": "5.0" }, "include": ["src/**/*", "prisma/**/*"], "exclude": ["node_modules", "dist"] diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index eb263ab..865694f 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -19,7 +19,7 @@ "paths": { "@/*": ["./src/*"] }, - "ignoreDeprecations": "6.0" + "ignoreDeprecations": "5.0" }, "include": ["src"], "references": [{ "path": "./tsconfig.node.json" }]