blint
Working around imports without a file extension
I agree that it would make sense for a lib to use its own JSX runtime. Even with
@jsxImportSource
pragma, it seems we can't set a local runtime without import map.
Currently, I work around this by calling jsx
function manually in regular ts files.4 replies