mirror of
https://github.com/sasjs/adapter.git
synced 2025-12-11 09:24:35 +00:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"out": "docs",
|
|
"includeDeclarations": true,
|
|
"exclude": "**/*+(index|.spec|.e2e).ts",
|
|
"ignoreCompilerErrors": true,
|
|
"disableOutputCheck": true,
|
|
"excludeExternals": true,
|
|
"excludePrivate": true,
|
|
"excludeNotExported": true,
|
|
"theme": "./node_modules/typedoc-neo-theme/bin/default",
|
|
"outline": [
|
|
{
|
|
"SAS Adapter": {
|
|
"SASjs": "modules/sasjs",
|
|
"SASjsConfig": "classes/sasjsconfig.sasjsconfig-1",
|
|
"ServerType": "enums/servertype.servertype-1",
|
|
"SASjsRequest": "interfaces/sasjsrequest.sasjsrequest-1",
|
|
"SASjsWaitingRequest": "interfaces/sasjswaitingrequest.sasjswaitingrequest-1"
|
|
},
|
|
"SAS Viya API Client": "classes/sasviyaapiclient.sasviyaapiclient-1",
|
|
"SAS 9 API Client": "classes/sas9apiclient.sas9apiclient-1"
|
|
}
|
|
],
|
|
"links": [
|
|
{
|
|
"label": "SASjs on Github",
|
|
"url": "https://github.com/sasjs/adapter"
|
|
},
|
|
{
|
|
"label": "SASjs.io",
|
|
"url": "https://sasjs.io"
|
|
},
|
|
{
|
|
"label": "SASjs CLI",
|
|
"url": "https://github.com/sasjs/cli"
|
|
},
|
|
{
|
|
"label": "React Seed App",
|
|
"url": "https://github.com/sasjs/react-seed-app"
|
|
}
|
|
]
|
|
}
|