Files
MyReader/tsconfig.node.json
T

14 lines
286 B
JSON
Raw Normal View History

2026-05-15 16:35:31 +08:00
{
"compilerOptions": {
"target": "ES2022",
"lib": ["ES2022"],
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"skipLibCheck": true,
"noEmit": true,
"allowSyntheticDefaultImports": true
},
"include": ["electron.vite.config.ts"]
}