mirror of
https://github.com/alexgo-io/stacks.js.git
synced 2026-01-12 17:52:41 +08:00
16 lines
343 B
JSON
16 lines
343 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "ES6"
|
|
},
|
|
"typedocOptions": {
|
|
"readme": "overview.md",
|
|
"excludePrivate": true,
|
|
"excludeProtected": true,
|
|
"external-modulemap": ".*\/packages\/([\\w\\-_]+)\/",
|
|
"gitRevision": "master",
|
|
"listInvalidSymbolLinks": true
|
|
}
|
|
}
|