Setting responseType
in options
results in TS2769: No overload matches this call
#1079
Closed
2 tasks done
I seem to be able to use many of the documented
options
parameters just fine, but when I setresponseType
then compilation fails.Environment
v12.16.1
got version
10.5.7
@types/got version
9.6.9
Repro
cat got_repro.ts
:results in ...
npm run tsc -- got_repro.ts
The documentation says that this parameter
I have tried these values. The only way to make my compiler happy is to not set
responseType
inoptions
.Any help is appreciated.
Checklist
The text was updated successfully, but these errors were encountered: