mirror3/electron.tsconfig.json
2025-03-07 02:22:25 +08:00

14 lines
330 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "CommonJS",
"rootDir": "electron",
"outDir": "dist-electron",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"types": ["node"],
"noEmit": false
},
"include": ["electron/**/*.ts"]
}