I have a react app that I am trying to convert to use typescript
but I'm getting the following error: InvalidCharacterError: Failed to execute 'createElement' on 'Document': The tag name provided ('/static/media/index.c6592bb6.ts') is not a valid name.
What does this error even mean? It looks like it doesn't like the typescript extension
Any ideas how to fix?