mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 17:27:54 +00:00
- This has the entirety of the changes. Part of https://b.corp.google.com/issues/411720532
13 lines
264 B
JSON
13 lines
264 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": ".",
|
|
"lib": ["DOM", "DOM.Iterable", "ES2020"],
|
|
"module": "Node16",
|
|
"target": "ES2022",
|
|
"composite": true
|
|
},
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|