Files
MyReader/tsconfig.node.json
2026-05-15 16:35:31 +08:00

14 lines
286 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"lib": ["ES2022"],
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"skipLibCheck": true,
"noEmit": true,
"allowSyntheticDefaultImports": true
},
"include": ["electron.vite.config.ts"]
}