chenyc
2024-12-03 568480cfab8ebea1d25bb182b740e6957e0e5a73
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "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"
    }
  ]
}