mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-01-19 03:46:35 +08:00
14 lines
291 B
JSON
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"
|
|
}
|
|
]
|
|
}
|