Interface representing an approximate task for a file resolver.

ApproximateTask

interface ApproximateTask {
    convention: Conventions;
    distDirectory?: string;
    entryPoint: string;
    path: string;
}

Properties

convention: Conventions
distDirectory?: string
entryPoint: string
path: string

Generated using TypeDoc