Without interface files, one gets errors when compiling a local interface file with the same name e.g. Jsx.resi.
The implementation /Users/cristianocalcagno/GitHub/rescript-vscode/analysis/tests/src/Jsx.res
       does not match the interface /Users/cristianocalcagno/GitHub/rescript-compiler/jscomp/others/jsx.cmi:
       The value `component' is required but not provided
...
 
Also why jsx.ml and not jsx.res ?