mirror of
https://github.com/alexgo-io/stacks.js.git
synced 2026-01-12 17:52:41 +08:00
25 lines
532 B
JSON
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",
|
|
}
|
|
}
|