Closed mesqueeb closed 2 years ago
causes:
PS: I don't know why our Webpack is trying to read your TS file... that's probably an issue on our end. But the fact that the type errors are there might be able to be fixed in your source code.
I've fixed the type issue in v1.2.3
. It looks like have something to do with TypeScript 4.5.
With that said, ideally, the library's type issue shouldn't be your project concern to begin with. If you use vue-tsc
to check the types, there is a --skipLibCheck
option you can set to skip type checking on libraries.