0

Im having an error running build pipeline in Azure. here is the error:

Error The build fails after this and I cant seem to figure this one out. Thank you in advance.

1 Answer 1

1

There are two ways you could solve,

Setting "skipLibCheck": true in tsconfig.json

"compilerOptions": {
    "skipLibCheck": true
}
Sign up to request clarification or add additional context in comments.

1 Comment

Thanks @Sajeetharan, it work just fine. 👍🏻👍🏻👍🏻

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.