Zero - v3.0.1
Build/Compile: Pass args to TypeScript and Babel
This update fixes the issue where --args weren't correctly being passed
to the zero build command (for Babel and TS).
This allows for a command like this:
zero build && zero build --no-clean --ts --emitDeclarationOnly
It compiles TS with Babel, and the .d.ts files with tsc