generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
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 serving APIs how to get rid of @ts-nocheck #347
Comments
Hi @eminoklopcic , |
Hi yes, we use ***@***.***/cds-types": "0.7.0",
From: René Jeglinsky ***@***.***>
Date: Wednesday, 27. November 2024 at 14:22
To: cap-js/docs ***@***.***>
Cc: Oklopcic, Emin ***@***.***>, Mention ***@***.***>
Subject: Re: [cap-js/docs] When serving APIs how to get rid of @ts-nocheck (Issue cap-js/cds-types#347)
You don't often get email from ***@***.*** Learn why this is important<https://aka.ms/LearnAboutSenderIdentification>
Hi @eminoklopcic<https://github.com/eminoklopcic> ,
thanks for opening this issue. IN this repository we only cover documentation related issues. Yours is different. Do you use the @cds-typer package?
—
Reply to this email directly, view it on GitHub<#347>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BFNAEJNMKETDDFL6GN46P5L2CXBQVAVCNFSM6AAAAABSSKB3FGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMBTHA3DOMBTHA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Maybe it's a duplicate or is related to #318 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi together,
since CAP 8 we have to problems that this typeScript code is criticized before that it worked like this, what would be the solution without nocheck. I've putted a sample code for this here
When we remove nocheck we get this
Property 'on' does not exist on type 'x'.ts(2339)
any
The text was updated successfully, but these errors were encountered: