Skip to content

extends support array for typescript5  #151

@baixiaoyu2997

Description

@baixiaoyu2997

Environment

nuxt 3.8

Reproduction

interface TSConfig {
    compilerOptions?: StripEnums<CompilerOptions>;
    exclude?: string[];
    compileOnSave?: boolean;
    extends?: string;
    files?: string[];
    include?: string[];
    typeAcquisition?: TypeAcquisition;
}

when i config tsConfig in nuxt3 config, show me extends not support array

Describe the bug

when i setting tsConfig in nuxt3's config, show me extends not support array

Additional context

No response

Logs

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions