posterstrudel/.vscode/settings.json

19 lines
300 B
JSON
Raw Normal View History

2024-09-17 18:11:55 -06:00
{
"cSpell.words": [
"Bech",
"Chakra",
"damus",
"lnurl",
"Msat",
"nostr",
"noStrudel",
"Npub",
"pubkeys",
"Sats",
"webln"
],
"typescript.enablePromptUseWorkspaceTsdk": true,
"typescript.tsdk": "node_modules/typescript/lib",
"deno.enable": false
}