fix: vue-tsc errors #189

This commit is contained in:
草鞋没号 2022-07-29 09:01:14 +08:00
parent fbbe3ec649
commit ec630d408a

View File

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