mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-05-26 07:36:47 +00:00
fix: Group Chat Summary
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"skipLibCheck": true,
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "bundler",
|
||||
"resolveJsonModule": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"strict": true,
|
||||
"target": "ES2022",
|
||||
@@ -14,6 +15,7 @@
|
||||
"include": [
|
||||
"vite.config.ts",
|
||||
"electron/**/*.ts",
|
||||
"electron/**/*.d.ts"
|
||||
"electron/**/*.d.ts",
|
||||
"shared/**/*.json"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user