mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-01-19 20:07:06 +08:00
13 lines
269 B
JSON
13 lines
269 B
JSON
{
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"typescript.enablePromptUseWorkspaceTsdk": true,
|
|
"json.schemas": [
|
|
{
|
|
"fileMatch": [
|
|
"/*electron-builder.json5"
|
|
],
|
|
"url": "https://json.schemastore.org/electron-builder"
|
|
}
|
|
]
|
|
}
|