kopia lustrzana https://github.com/deathbeds/ipydrawio
22 wiersze
495 B
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"
|
|
} |