mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-05-25 07:36:47 +00:00
22 lines
405 B
JSON
22 lines
405 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"resolveJsonModule": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"target": "ES2022",
|
|
"lib": [
|
|
"ES2022"
|
|
]
|
|
},
|
|
"include": [
|
|
"vite.config.ts",
|
|
"electron/**/*.ts",
|
|
"electron/**/*.d.ts",
|
|
"shared/**/*.json"
|
|
]
|
|
}
|