protons
    Preparing search index...

    Interface Flags

    interface Flags {
        output?: string;
        path?: string[];
        strict?: boolean;
    }
    Index

    Properties

    Properties

    output?: string

    Specifies an output directory

    path?: string[]

    A list of directories to add to the include path

    strict?: boolean

    If true, warnings will be thrown as errors