From 1c57f88413bd5d1d73c3358fdb3ddecb0dcc5b5d Mon Sep 17 00:00:00 2001 From: selfrelease Date: Thu, 30 Jul 2026 15:10:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=89=8D=E7=AB=AFtsconfig=20ignoreDepre?= =?UTF-8?q?cations=E7=A7=BB=E5=85=A5compilerOptions=20+=20=E7=AD=9B?= =?UTF-8?q?=E9=80=89=E6=A0=8F=E4=B8=80=E8=A1=8C=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/tsconfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index 372dada..eb263ab 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -18,9 +18,9 @@ "baseUrl": ".", "paths": { "@/*": ["./src/*"] - } + }, + "ignoreDeprecations": "6.0" }, "include": ["src"], - "references": [{ "path": "./tsconfig.node.json" }], - "ignoreDeprecations": "6.0" + "references": [{ "path": "./tsconfig.node.json" }] } \ No newline at end of file