As it is a backend service, do we need to transpile the code? The consumer can transpile it as part of its own build process
10:36
If we publish the package as it is, we get:
- Better errors (development / staging / production).
- Better code navigation.
- Tree shaking.