From 3b71b457b9161e8a1804bd5baf0340e832b6df6c Mon Sep 17 00:00:00 2001 From: selfrelease Date: Thu, 30 Jul 2026 15:10:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20tsconfig=20ignoreDeprecations=20?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=205.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/tsconfig.json | 2 +- frontend/tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" }]