Some checks failed
Remove old artifacts / remove-old-artifacts (push) Has been cancelled
17 lines
329 B
JSON
17 lines
329 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"
|
|
}
|
|
],
|
|
"cSpell.words": [
|
|
"Eigent"
|
|
]
|
|
}
|