KC's Workspace
    Preparing search index...

    Type Alias TestProjectInlineConfiguration

    TestProjectInlineConfiguration: UserWorkspaceConfig & {
        extends?: string | true;
    }

    Type Declaration

    • Optionalextends?: string | true

      Relative path to the extendable config. All other options will be merged with this config. If true, the project will inherit all options from the root config.

      '../vite.config.ts'