Interface StaticAnalysisOptions

interface StaticAnalysisOptions {
    partials?: boolean;
}

Properties

Properties

partials?: boolean

When true (the default), try to load partial templates and analyze them too.