From 34065931ddde3ddab657dbae8c88fb8184cd3dbc Mon Sep 17 00:00:00 2001 From: WangDL Date: Sun, 24 May 2026 16:20:50 +0800 Subject: [PATCH] fix: silence baseUrl deprecation warning in TS 6.x Co-Authored-By: Claude Opus 4.7 --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index aba29b0..83802ac 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,6 +14,7 @@ "sourceMap": true, "outDir": "./dist", "baseUrl": "./", + "ignoreDeprecations": "6.0", "incremental": true, "skipLibCheck": true, "strictNullChecks": true,