mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-24 18:50:56 +08:00
16 lines
284 B
JSON
16 lines
284 B
JSON
{
|
|
"extends": "@electron-toolkit/tsconfig/tsconfig.node.json",
|
|
"include": [
|
|
"electron.vite.config.*",
|
|
"src/main/**/*",
|
|
"src/preload/**/*",
|
|
"src/main/env.d.ts",
|
|
],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"types": [
|
|
"electron-vite/node"
|
|
]
|
|
}
|
|
}
|