mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 20:50:34 +00:00
feat(desktop): add workspace skeleton
This commit is contained in:
parent
202be6ec7d
commit
0d22a60847
28 changed files with 2770 additions and 17 deletions
11
packages/desktop/tsconfig.json
Normal file
11
packages/desktop/tsconfig.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"files": [],
|
||||
"references": [
|
||||
{
|
||||
"path": "./tsconfig.main.json"
|
||||
},
|
||||
{
|
||||
"path": "./tsconfig.renderer.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue