feat(ecmascript): support jsximport/runtime options (#4198)
### Description
First part of WEB-719 implementation. PR expands enable_jsx option to
accept few more configuration point to jsx transforms, mainly its import
source. We'll likely to expand options more in the future.
One thing I noted in the code but didn't make change is
`enable_react_refresh`, if it needs to be under the jsx option or should
be independent. Given react_refresh only should be enabled when jsx is
enabled, for me it makes more sense to move it.