Interface ParserOptions

Represents options for configuring the parser.

interface ParserOptions {
    checkFiles: boolean;
}

Properties

Properties

checkFiles: boolean

Whether to check for the existence of files during parsing.