mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
fix: tsconfig path alias
This commit is contained in:
@@ -30,11 +30,11 @@
|
||||
],
|
||||
"@/core/qqnt/*": [
|
||||
"./src/core/src/qqnt/*",
|
||||
"./src/core.lib/src/qqnt/index"
|
||||
"./src/core.lib/src/qqnt/*"
|
||||
],
|
||||
"@/core/*": [
|
||||
"./src/core/src/*",
|
||||
"./src/core.lib/src"
|
||||
"./src/core.lib/src/*"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user