electron-vite-vue/.vscode/settings.json
2022-12-22 10:38:43 +07:00

14 lines
291 B
JSON

{
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.tsc.autoDetect": "off",
"json.schemas": [
{
"fileMatch": [
"/*electron-builder.json5",
"/*electron-builder.json"
],
"url": "https://json.schemastore.org/electron-builder"
}
]
}