Files
qwen-code/packages/server/tsconfig.json
Brandon Keiji f480ef4bbc refactor: clean up build output (#53)
* refactor: clean up build output

* refactor: add index.ts to package roots
2025-04-20 12:33:39 -07:00

10 lines
196 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist",
"lib": ["DOM", "DOM.Iterable", "ES2020"],
"composite": true
},
"exclude": ["node_modules", "dist"]
}