2025-12-03 12:56:57 +08:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"composite": true,
|
|
|
|
|
"skipLibCheck": true,
|
|
|
|
|
"module": "ESNext",
|
|
|
|
|
"moduleResolution": "bundler",
|
2026-08-24 15:24:00 +08:00
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
|
"types": ["node"]
|
2025-12-03 12:56:57 +08:00
|
|
|
},
|
2026-08-24 15:24:00 +08:00
|
|
|
"include": ["vite.config.ts", "electron/**/*.ts"]
|
2025-12-03 12:56:57 +08:00
|
|
|
}
|
|
|
|
|
|