Files
16gagent/network-tool/apps/client-electron/tsconfig.main.json
T
2026-06-06 10:40:48 +08:00

14 lines
267 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"outDir": "dist/main",
"rootDir": "src/main",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"resolveJsonModule": true
},
"include": ["src/main"]
}