ipydrawio/packages/typedoc.json

22 wiersze
495 B
JSON

{
"$schema": "https://typedoc.org/schema.json",
"entryPointStrategy": "packages",
"entryPoints": [
"ipydrawio",
"ipydrawio-jupyter-templates",
"ipydrawio-mathjax/lib/index.d.ts",
"ipydrawio-notebook",
"ipydrawio-pdf"
],
"exclude": [
"*.spec.ts",
"**/node_modules/**",
"**/test/**",
"**/lib/**"
],
"excludePrivate": true,
"name": "@deathbeds/ipydrawio",
"out": "../build/typedoc",
"readme": "none",
"tsconfig": "./tsconfig.typedoc.json"
}