Describe the bug
this configuration is returning any:
swc.vite({
tsconfigFile: './tsconfig.json',
}),
and it fails @typescript-eslint/no-unsafe-assignment eslint rule
this config ends with ESLint: Unsafe assignment of type any[]to a variable of typePluginOption[]``
plugins: [
swc.vite({
tsconfigFile: './tsconfig.json',
}),
],
would it be possible to improve return types of swc.vite?
Reproduction
I hope I put all in the example
System Info
I'm using:
"unplugin-swc": "1.5.9"
Used Package Manager
pnpm
Validations
Describe the bug
this configuration is returning
any:and it fails
@typescript-eslint/no-unsafe-assignmenteslint rulethis config ends with
ESLint: Unsafe assignment of typeany[]to a variable of typePluginOption[]``would it be possible to improve return types of
swc.vite?Reproduction
I hope I put all in the example
System Info
Used Package Manager
pnpm
Validations