Files
qwen-code/integration-tests/tsconfig.json
2025-08-12 16:19:09 +00:00

9 lines
130 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"noEmit": true,
"allowJs": true
},
"include": ["**/*.ts"]
}