12 lines
270 B
JSON
12 lines
270 B
JSON
{
|
|
"out": "../tsdoc",
|
|
"tsconfig": "./tsconfig.app.json",
|
|
"entryPointStrategy": "expand",
|
|
"entryPoints": [
|
|
"./src"
|
|
],
|
|
"exclude": "**/*+(index|.spec|.e2e).ts",
|
|
"externalPattern": "**/node_modules/**",
|
|
"excludeExternals": true,
|
|
"excludePrivate": true
|
|
} |