Closed nsz32 closed 2 years ago
options : ignoreDiagnostics helped me to keep my build process alive, so this is not blocking at the time, but it shows a deviation from tsc for shure.
My bad : i was using an old version of typescript in my project (package.json).
First of all thanks for your great work.
Expected Behaviour
This build well and works as intended with tsc and tslint.
Actual Behaviour
But it generates a build error with webpack (latest) & ts-node (latest) and without babel :
TS1005: '?' expected
error located at the end of theinfer K extends keyof TARGET & string
template block.Note that this simplified version errors in the same manner :
@ts-ignore nor @ts-nocheck does not seem to have any effect for this specific error.
Don't hesitate, if I can help.