mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
chore(integration-tests): refactor to typescript (#5645)
This commit is contained in:
parent
2d1a6af890
commit
804c181ac4
15 changed files with 163 additions and 57 deletions
8
integration-tests/tsconfig.json
Normal file
8
integration-tests/tsconfig.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"noEmit": true,
|
||||
"allowJs": true
|
||||
},
|
||||
"include": ["**/*.ts"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue