rm deprecated tsconfig baseUrl property

This commit is contained in:
henrygd
2026-04-10 18:29:20 -04:00
parent 3793b27958
commit b013f06956

View File

@@ -7,7 +7,7 @@
"module": "ESNext",
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"skipLibCheck": true,
"baseUrl": ".",
// "baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},