chore: add some exclude config

pull/2/head
洛竹 3 years ago
parent ea3c2effcd
commit 98bc82514c

@ -2,6 +2,9 @@
"name": "VS Code API",
"readme": "./README.md",
"sort": ["source-order"],
"excludePrivate": true,
"excludeProtected": true,
"excludeInternal": true,
"entryPoints": ["./vscode.d.ts"],
"out": "docs"
}
Loading…
Cancel
Save