fix(config): remove deprecated baseUrl for TypeScript 6.0 compatibility

This commit is contained in:
End 2026-04-06 22:41:52 -07:00
parent 37c95a504d
commit 2767b0fb76
No known key found for this signature in database

View file

@ -19,7 +19,6 @@
"noUnusedLocals": false, "noUnusedLocals": false,
"noUnusedParameters": false, "noUnusedParameters": false,
"noFallthroughCasesInSwitch": true, "noFallthroughCasesInSwitch": true,
"baseUrl": ".",
"paths": { "paths": {
"@/*": [ "@/*": [
"./src/*" "./src/*"