This commit is contained in:
2026-05-21 00:30:05 +08:00
parent 4ba2b730de
commit 18a14111f8
13 changed files with 345 additions and 7 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"compilerOptions": {
"composite": true,
"target": "ES2022",
"lib": ["ES2022"],
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"outDir": "./out/types"
},
"include": ["src/main/**/*", "src/preload/**/*", "electron.vite/**/*"]
}