TypeScript
TypeScript cannot find the referenced name
TypeScript could not resolve an identifier because it is not declared in scope or the expected type definitions are not available.
TypeScript
TypeScript could not resolve an identifier because it is not declared in scope or the expected type definitions are not available.
Observed message
error TS2304: Cannot find name 'X'.
Why it happens
How to fix it
Official reference
TypeScript Docs: Understanding ErrorsRelated errors
Explore more