fix: silence baseUrl deprecation warning in TS 6.x
Some checks failed
Deploy API Server / build-and-deploy (push) Failing after 18s

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
WangDL 2026-05-24 16:20:50 +08:00
parent 2bfa9ad7c3
commit 34065931dd

View File

@ -14,6 +14,7 @@
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./",
"ignoreDeprecations": "6.0",
"incremental": true,
"skipLibCheck": true,
"strictNullChecks": true,