Hej #emacs friends
I'm having an issue while trying to develop #TypeScript. All my tags say 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead. I understand that when I'm importing react as a module that would be fine but that's not really what I want to do.
I've read that I should be able to solve this by adding "jsx": "react-jsx" to my tsconfig.json but that also doesn't seem to work.
Any help would be greatly appreciated.