docsify/.vscode/settings.json
Joe Pea b960519608
feat: output type definitions, and allow new Docsify(opts) to accept options for ESM usage (#2392)
This `new Docsify(opts)` API can be safely converted to a Custom Element constructor with backwards compatibility later.
2025-12-03 21:49:44 -08:00

6 lines
143 B
JSON

{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"cSpell.words": ["coverpage"],
"typescript.tsdk": "node_modules/typescript/lib"
}