feat: 更新tsconfig.json以包含lib路径配置

This commit is contained in:
Vixalie
2026-03-26 15:05:16 +08:00
parent e1157036ea
commit 376831e6ca
2 changed files with 272 additions and 258 deletions
+6
View File
@@ -1,6 +1,12 @@
{
"compilerOptions": {
"paths": {
"$lib": [
"../src/lib"
],
"$lib/*": [
"../src/lib/*"
],
"$app/types": [
"./types/index.d.ts"
]