UNPKG

@loopback/docs

Version:
28 lines (20 loc) 673 B
--- lang: en title: 'API docs: boot.artifactoptions' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar permalink: /doc/en/lb4/apidocs.boot.artifactoptions.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/boot](./boot.md) &gt; [ArtifactOptions](./boot.artifactoptions.md) ## ArtifactOptions type Type definition for ArtifactOptions. These are the options supported by this Booter. <b>Signature:</b> ```typescript export declare type ArtifactOptions = { dirs?: string | string[]; extensions?: string | string[]; nested?: boolean; glob?: string; }; ```