Documentation
    Preparing search index...

    List of files or directories to include or exclude to specifying the NestJS controllers.

    interface IInput {
        exclude?: string[];
        include: string[];
    }
    Index

    Properties

    Properties

    exclude?: string[]

    List of files or directories to be excluded.

    include: string[]

    List of files or directories containing the NestJS controller classes.