We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I run tsc this file is incorrectly picked up even after explicitly setting skipLibCheck and exclude options on tsconfig.json.
tsc
skipLibCheck
exclude
tsconfig.json
node_modules/@elysiajs/apollo/src/index.ts:65:41 - error TS2345: Argument of type 'string | (() => Promise<string>)' is not assignable to parameter of type 'ReadableStream<any> | BlobPart | BlobPart[] | FormData | URLSearchParams | null | undefined'. Type '() => Promise<string>' is not assignable to type 'ReadableStream<any> | BlobPart | BlobPart[] | FormData | URLSearchParams | null | undefined'. 65 return new Response(landingPage, { ~~~~~~~~~~~ Found 1 error in node_modules/@elysiajs/apollo/src/index.ts:65
Even vscode picks it up!
The text was updated successfully, but these errors were encountered:
Hoping to get this fixed with #5
Sorry, something went wrong.
No branches or pull requests
When I run
tsc
this file is incorrectly picked up even after explicitly settingskipLibCheck
andexclude
options ontsconfig.json
.Even vscode picks it up!
The text was updated successfully, but these errors were encountered: