You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering why building my typescript project failed when I installed groqd, until I had to use skipLibCheck=true in tsconfig.json. Is it ok if we add this information in the Readme file so that other people do not lose time finding the issue.
This is what happens when I run tsc --build without setting skipLibCheck
The text was updated successfully, but these errors were encountered:
I was wondering why building my typescript project failed when I installed
groqd
, until I had to useskipLibCheck=true
intsconfig.json
. Is it ok if we add this information in the Readme file so that other people do not lose time finding the issue.This is what happens when I run
tsc --build
without settingskipLibCheck
The text was updated successfully, but these errors were encountered: