chroe: add electron into include

This commit is contained in:
草鞋没号 2022-07-02 11:09:35 +08:00
parent 0f747c67c6
commit a1525fdc60
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"]
}