返回 DeepSeek-Reasonix
tsconfig.preload.json
根目录 / desktop / electron / tsconfig.preload.json
1 {
2 "extends": "./tsconfig.json",
3 "compilerOptions": {
4 "lib": ["ES2022", "DOM"]
5 },
6 "include": ["src/preload", "src/shared", "src/main/browser/guestPreload.ts"]
7 }
8
8 lines JSON