Run yarn jest
from either root of within a package.
- setup babel with typescript to "build" projects (do not use
tsc -b
)- update package.json { main, types } to the
lib
- setup path mapping and have babel rewrite it
-
tsc
always usenoEmit
so it's only typechecking (or just rely on IDE)
- update package.json { main, types } to the