github.com/apache/beam/sdks/v2@v2.48.2/typescript/typedoc.json (about) 1 { 2 "entryPoints": [ 3 "src/apache_beam", 4 "src/apache_beam/io", 5 "src/apache_beam/transforms", 6 "src/apache_beam/pvalue", 7 "src/apache_beam/runners", 8 "src/apache_beam/serialization", 9 "src/apache_beam/testing", 10 "src/apache_beam/values" 11 ], 12 "entryPointStrategy": "expand", 13 "exclude": [ 14 "**/examples/**/*.*", 15 "**/internal/**/*.*", 16 "**/proto/**/*.*", 17 "**/runners/artifacts.ts", 18 "**/worker/**/*.*", 19 "**/utils/utils.ts", 20 "**/version.ts" 21 ], 22 "excludeInternal": true, 23 "out": "docs/" 24 }