Interface LoaderOptions

interface LoaderOptions {
    baseDir: string;
    root: string;
}

Properties

Properties

baseDir: string
root: string