mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-05 15:30:48 +00:00
22 lines
442 B
JSON
22 lines
442 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"
|
|
],
|
|
"i18n-ally.localesPaths": [
|
|
"backend/lang",
|
|
"server/lang",
|
|
"src/i18n",
|
|
"src/i18n/locales"
|
|
]
|
|
}
|