fix: build error

Closes #1
This commit is contained in:
siujamo
2025-04-11 09:17:33 +08:00
parent ba5e8ed586
commit 8b9d62d574
+1 -1
View File
@@ -23,7 +23,7 @@
"noUncheckedSideEffectImports": true,
"paths": {
"@/*": [
"src/*"
"./src/*"
]
}
},