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
Environment
nuxt 3.8
Reproduction
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