mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
refactor: path alias
fix: moehook
This commit is contained in:
@@ -7,9 +7,27 @@
|
||||
"esModuleInterop": true,
|
||||
"allowJs": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"moduleResolution": "node"
|
||||
"moduleResolution": "node",
|
||||
// "sourceMap": true
|
||||
"paths": {
|
||||
"@/common/*": [
|
||||
"./src/common/*"
|
||||
],
|
||||
"@/onebot11/*": [
|
||||
"./src/onebot11"
|
||||
],
|
||||
"@/ntqqapi/*": [
|
||||
"./src/ntqqapi/*"
|
||||
]
|
||||
}
|
||||
},
|
||||
"include": ["src/*", "src/**/*", "scripts/*"],
|
||||
"exclude": ["node_modules"]
|
||||
"include": [
|
||||
"src/*",
|
||||
"src/**/*",
|
||||
"scripts/*"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
],
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user