chore: include electron

This commit is contained in:
草鞋没号 2022-08-25 08:17:01 +08:00
parent bf761fc687
commit d5f251f5d1
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts", "package.json"]
"include": ["vite.config.ts", "package.json", "electron"]
}