mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-01-08 01:49:14 +00:00
refactor: clean up build output (#53)
* refactor: clean up build output * refactor: add index.ts to package roots
This commit is contained in:
@@ -7,11 +7,13 @@
|
||||
"resolveJsonModule": true,
|
||||
"sourceMap": true,
|
||||
"composite": true,
|
||||
// MONOREPO STUFF
|
||||
"incremental": true,
|
||||
"target": "ES2020",
|
||||
"module": "Node16",
|
||||
"declaration": true,
|
||||
"moduleResolution": "node16"
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"lib": ["ES2023"],
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "nodenext",
|
||||
"target": "es2022",
|
||||
"types": ["node"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user