Files
stacks.js/tsconfig.typedoc.json
2022-05-19 15:33:35 +02:00

25 lines
532 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"target": "ES2020",
"module": "ES6"
},
"typedocOptions": {
"name": "Stacks.js",
"json": "docs/docs.json",
"out": "docs",
"readme": "./readme.md",
"theme": "stacks",
"excludePrivate": true,
"excludeProtected": true,
"listInvalidSymbolLinks": true,
"categoryOrder": [
"*",
"Other"
],
// theme and plugin options
"external-modulemap": ".*\/packages\/([\\w\\-_]+)\/",
"package-prefix": "@stacks",
}
}