How to use the @loopback/build.typeScriptPath function in @loopback/build

To help you get started, we’ve selected a few @loopback/build examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github strongloop / loopback-next / packages / tsdocs / src / helper.ts View on Github external
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;

@loopback/build

A set of common scripts and default configurations to build LoopBack 4 or other TypeScript modules

MIT
Latest version published 6 days ago

Package Health Score

89 / 100
Full package analysis

Similar packages