Closed KoninMikhail closed 1 year ago
Hi there!
Thank you for the issue, it seems to me that you have type checking enabled for your declaration files (that'll type check all *.d.ts files in node_modules
), try adding
"compilerOptions": {
"skipLibCheck": true
}
to you tsconfig.json
and tell me how it goes
Yeah, it works fine. Thanks.
Hi. im using vite for build, and process stoped with this err. Why could this be? I tried searching on google but didn't find an answer. tell me what could be causing this error and if it's my fault.
Cheers.