settings.json 267 B

12345678910
  1. {
  2. "typescript.tsdk": "node_modules/typescript/lib",
  3. "typescript.tsc.autoDetect": "off",
  4. "json.schemas": [
  5. {
  6. "fileMatch": ["/*electron-builder.json5", "/*electron-builder.json"],
  7. "url": "https://json.schemastore.org/electron-builder"
  8. }
  9. ]
  10. }