Add TypeScript support and Use preset-env
Fixes #2
I added these extras by default. However, we can put them behind a process.env.BABEL_EXTRAS config (or a new set of presets) if you prefer that the default config only use babel-solid-js
This package should be focused on solid support in jest rather than a general solution. Let's not bloat it and instead continue to give the consumer control over what additional transforms are performed.
I tend to agree with @maxmilton. I'd love to hear more opinions but I'm inclined to close this one.
As I said, we can put this behind a config, and move the dependencies to optionalDependencies. If the improvements are composable there is no need to avoid them.