mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-18 20:30:08 +08:00
Remove unused path aliases from tsconfig files
Deleted redundant or unused path alias entries from tsconfig.json in napcat-core, napcat-onebot, and napcat-plugin packages to simplify TypeScript configuration and avoid confusion.
This commit is contained in:
parent
c8fd66fa9b
commit
b85f9197e3
@ -36,9 +36,6 @@
|
||||
"resolveJsonModule": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@core/*": [
|
||||
"*"
|
||||
],
|
||||
"@/napcat-core/*": [
|
||||
"*"
|
||||
]
|
||||
|
||||
@ -36,9 +36,6 @@
|
||||
"resolveJsonModule": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@onebot/*": [
|
||||
"*"
|
||||
],
|
||||
"@/napcat-onebot/*": [
|
||||
"*"
|
||||
]
|
||||
|
||||
@ -35,14 +35,6 @@
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"resolveJsonModule": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@onebot/*": [
|
||||
"*"
|
||||
],
|
||||
"@/napcat-onebot/*": [
|
||||
"*"
|
||||
]
|
||||
},
|
||||
"skipLibCheck": true,
|
||||
"skipDefaultLibCheck": true
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user