SyntaxFix
Write A Post
Hire A Developer
Questions
Adding skipLibCheck: true in compilerOptions inside tsconfig.json file fixed my issue.
skipLibCheck: true
compilerOptions
tsconfig.json
"compilerOptions": { "skipLibCheck": true, },