I am trying to compile and run my react app and I am running into an error:
Parsing error: Unexpected token
declare global {
namespace JSX {
interface IntrinsicElements {
textMeshImpl: TextMesh;
}
}
}
Is this something to do with eslint?