vuejs/vue-loader

@rollup/plugin-typescript TS7006: Parameter 'err' implicitly has an 'any' type.

renningg opened this issue · 0 comments

I solved the problem
tsconfig.json
{ "compilerOptions": { ...... "noImplicitAny": false, }