DEV Community

Discussion on: Exhaustive Type Checking with TypeScript!

Collapse
 
mrispoli24 profile image
Mike Rispoli

I've been trying this method myself but my typescript compiler won't let me use the never even if there is no possible way for it to be hit. Is there a tsconfig option missing here?