fix(bazel): api extractor don't generate tsdoc metadata (#29023)
tsdoc metadata is not needed for `ng_module` and with `@microsoft/api-extractor` version 7.0.21 there is a new flag to disable it's generation. See: https://github.com/Microsoft/web-build-tools/issues/1051 PR Close #29023
This commit is contained in:
@ -89,6 +89,9 @@ export function runMain(
|
||||
enabled: !!dtsBundleOut,
|
||||
publishFolder: dtsBundleOut && path.resolve(path.dirname(dtsBundleOut)),
|
||||
mainDtsRollupPath: dtsBundleOut && path.basename(dtsBundleOut),
|
||||
},
|
||||
tsdocMetadata: {
|
||||
enabled: false,
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user