Skip to main content

entryPoint

Summary

Path to the main TypeScript declaration file (.d.ts) to document. This is typically the output of your TypeScript build process. If not specified, will auto-detect from package.json types or typings field.

Description

Path to the main TypeScript declaration file (.d.ts) to document. This is typically the output of your TypeScript build process. If not specified, will auto-detect from package.json or field.

Examples

Example 1

"./lib/index.d.ts"