MCPcopy
hub / github.com/lukeautry/tsoa / ExtendedSpecConfig

Interface ExtendedSpecConfig

packages/cli/src/cli.ts:95–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93};
94
95export interface ExtendedSpecConfig extends SpecConfig {
96 entryFile: Config['entryFile'];
97 noImplicitAdditionalProperties: Exclude<Config['noImplicitAdditionalProperties'], undefined>;
98 controllerPathGlobs?: Config['controllerPathGlobs'];
99}
100
101export const validateSpecConfig = async (config: Config): Promise<ExtendedSpecConfig> => {
102 if (!config.spec) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected