mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 12:11:09 +00:00
infra: add multipackage support (#34)
This commit is contained in:
parent
f51ca774cf
commit
52683dafc3
10 changed files with 91 additions and 707 deletions
13
packages/server/tsconfig.json
Normal file
13
packages/server/tsconfig.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "dist",
|
||||
"rootDir": ".",
|
||||
"lib": ["DOM", "DOM.Iterable", "ES2020"],
|
||||
"module": "Node16",
|
||||
"target": "ES2022",
|
||||
"composite": true,
|
||||
},
|
||||
"exclude": ["node_modules", "dist"],
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue