2023-07-13 13:44:05 +02:00
|
|
|
{
|
2023-07-27 19:20:14 +02:00
|
|
|
"out": "../tsdoc",
|
|
|
|
|
"tsconfig": "./tsconfig.app.json",
|
|
|
|
|
"entryPointStrategy": "expand",
|
|
|
|
|
"entryPoints": [
|
|
|
|
|
"./src"
|
|
|
|
|
],
|
|
|
|
|
"exclude": "**/*+(index|.spec|.e2e).ts",
|
|
|
|
|
"externalPattern": "**/node_modules/**",
|
|
|
|
|
"excludeExternals": true,
|
|
|
|
|
"excludePrivate": true
|
|
|
|
|
}
|