mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
16 lines
320 B
JSON
16 lines
320 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"allowJs": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@qwen-code/sdk-typescript": [
|
|
"../packages/sdk-typescript/dist/index.d.ts"
|
|
]
|
|
}
|
|
},
|
|
"include": ["**/*.ts"],
|
|
"references": [{ "path": "../packages/core" }]
|
|
}
|