mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 04:30:48 +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
20
packages/desktop/tsconfig.main.json
Normal file
20
packages/desktop/tsconfig.main.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"composite": false,
|
||||
"declaration": false,
|
||||
"declarationMap": false,
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
"outDir": "dist",
|
||||
"rootDir": "src",
|
||||
"types": ["node", "vitest/globals"]
|
||||
},
|
||||
"include": [
|
||||
"src/main/**/*.ts",
|
||||
"src/preload/**/*.ts",
|
||||
"src/server/**/*.ts",
|
||||
"src/shared/**/*.ts"
|
||||
],
|
||||
"exclude": ["**/*.test.ts", "dist", "node_modules"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue