mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-19 13:10:16 +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,
|
"resolveJsonModule": true,
|
||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
"paths": {
|
"paths": {
|
||||||
"@core/*": [
|
|
||||||
"*"
|
|
||||||
],
|
|
||||||
"@/napcat-core/*": [
|
"@/napcat-core/*": [
|
||||||
"*"
|
"*"
|
||||||
]
|
]
|
||||||
|
|||||||
@ -36,9 +36,6 @@
|
|||||||
"resolveJsonModule": true,
|
"resolveJsonModule": true,
|
||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
"paths": {
|
"paths": {
|
||||||
"@onebot/*": [
|
|
||||||
"*"
|
|
||||||
],
|
|
||||||
"@/napcat-onebot/*": [
|
"@/napcat-onebot/*": [
|
||||||
"*"
|
"*"
|
||||||
]
|
]
|
||||||
|
|||||||
@ -35,14 +35,6 @@
|
|||||||
"allowSyntheticDefaultImports": true,
|
"allowSyntheticDefaultImports": true,
|
||||||
"resolveJsonModule": true,
|
"resolveJsonModule": true,
|
||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
"paths": {
|
|
||||||
"@onebot/*": [
|
|
||||||
"*"
|
|
||||||
],
|
|
||||||
"@/napcat-onebot/*": [
|
|
||||||
"*"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"skipDefaultLibCheck": true
|
"skipDefaultLibCheck": true
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user