mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
14 lines
289 B
JSON
14 lines
289 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
"jsx": "react",
|
|
"lib": ["DOM", "DOM.Iterable", "ES2020"],
|
|
"module": "Node16",
|
|
"target": "ES2020"
|
|
},
|
|
"exclude": ["node_modules", "dist"],
|
|
"include": ["src"]
|
|
}
|