mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00

# 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
27 lines
542 B
JSON
27 lines
542 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "commonjs",
|
|
"outDir": "./dist",
|
|
"strict": false,
|
|
"esModuleInterop": true,
|
|
"allowJs": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"moduleResolution": "node",
|
|
"paths": {
|
|
"@/common/*": [
|
|
"./src/common/*"
|
|
],
|
|
"@/onebot11/*": [
|
|
"./src/onebot11"
|
|
],
|
|
"@/ntqqapi/*": [
|
|
"./src/ntqqapi/*"
|
|
]
|
|
},
|
|
"noEmit": true
|
|
},
|
|
"include": ["src/*", "src/**/*", "scripts/*"],
|
|
"exclude": ["node_modules"]
|
|
}
|