Files
WeFlow/tsconfig.node.json
2026-01-10 13:01:37 +08:00

18 lines
323 B
JSON

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