Adding skipLibCheck: true in compilerOptions inside tsconfig.json file fixed my issue.
"compilerOptions": {
"skipLibCheck": true,
},
Adding skipLibCheck: true in compilerOptions inside tsconfig.json file fixed my issue.
"compilerOptions": {
"skipLibCheck": true,
},