Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
mainEntryPointFilePath?: string;
/**
* A flag to control if `apiReport` should be enabled
*/
apiReportEnabled?: boolean;
}
/**
* Default path as the output directory for extracted api reports and models
*/
export const DEFAULT_APIDOCS_EXTRACTION_PATH = 'docs/apidocs';
/**
* Export the TypeScript path from `@loopback/build`
*/
export const typeScriptPath = require('@loopback/build').typeScriptPath;