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

15 lines
296 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "bundler",
"jsx": "react-jsx",
"outDir": "dist/renderer",
"rootDir": "src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true
},
"include": ["src/renderer"]
}