electron-vite-vue/.vscode/settings.json

14 lines
291 B
JSON
Raw Normal View History

{
"typescript.tsdk": "node_modules/typescript/lib",
2022-12-22 00:58:54 +07:00
"typescript.tsc.autoDetect": "off",
2022-08-10 14:40:18 +08:00
"json.schemas": [
{
"fileMatch": [
2022-12-22 00:58:54 +07:00
"/*electron-builder.json5",
"/*electron-builder.json"
2022-08-10 14:40:18 +08:00
],
"url": "https://json.schemastore.org/electron-builder"
}
]
}