mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
Merge branch 'main' into dev
# Conflicts: # src/ntqqapi/external/cpmodule.ts # src/ntqqapi/external/crychic/index.ts # src/ntqqapi/external/moehook/hook.ts # src/onebot11/action/msg/SendMsg.ts # tsconfig.json
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
"allowJs": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"moduleResolution": "node",
|
||||
// "sourceMap": true
|
||||
"paths": {
|
||||
"@/common/*": [
|
||||
"./src/common/*"
|
||||
@@ -19,15 +18,9 @@
|
||||
"@/ntqqapi/*": [
|
||||
"./src/ntqqapi/*"
|
||||
]
|
||||
}
|
||||
},
|
||||
"noEmit": true
|
||||
},
|
||||
"include": [
|
||||
"src/*",
|
||||
"src/**/*",
|
||||
"scripts/*"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
],
|
||||
|
||||
"include": ["src/*", "src/**/*", "scripts/*"],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user