This is related to #113. The difference being that I want typescript validation while running a metro bundle server. As source code is updated, metro detects the changes, transpiles, and publishes delta-bundles through fast-refresh. I want any added/modified files to be transpiled (removed files will be ignored).
The output should show up in the metro bundle-server log console.
Type errors should cause the fast-refresh bundle generation to fail, if possible, leaving the running app unchanged.