feat: improvement to template

This commit is contained in:
xhayper
2022-12-22 00:58:54 +07:00
parent 67bbe33498
commit bafa8ae8ae
23 changed files with 189 additions and 120 deletions

View File

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