Cannot use import after adding Typescript – Reactjs
So I'm trying to implement typescript to an existing project. However, I came to a stop, where I get an error of: SyntaxError: Cannot use import statement outside a module Here, is my helper class, which is omitted. However, you…