mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-06 13:05:09 +00:00
Replace nap-proto-core with napcat-protobuf package
Switched all imports from '@napneko/nap-proto-core' to the new 'napcat-protobuf' package across napcat-core and related packages. Updated dependencies and references to support the new package structure, improving maintainability and workspace integration.
This commit is contained in:
@@ -35,6 +35,12 @@
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"resolveJsonModule": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/napcat-onebot/*": ["../napcat-onebot/*"],
|
||||
"@/napcat-core/*": ["../napcat-core/*"],
|
||||
"@/napcat-common/*": ["../napcat-common/src/*"],
|
||||
"@/napcat-webui-backend/*": ["../napcat-webui-backend/src/*"]
|
||||
},
|
||||
"skipLibCheck": true,
|
||||
"skipDefaultLibCheck": true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user