mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
8 lines
130 B
JSON
8 lines
130 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"allowJs": true
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|