Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extends support array for typescript5 #151

Closed
baixiaoyu2997 opened this issue Oct 26, 2023 · 0 comments
Closed

extends support array for typescript5 #151

baixiaoyu2997 opened this issue Oct 26, 2023 · 0 comments

Comments

@baixiaoyu2997
Copy link

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

@pi0 pi0 closed this as completed in fd7842f Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant