🚀 Feature request
Command (mark with an x)
Description
Angular CLI is slow (particularly to start up). A lot of this has to do with the time to typecheck TypeScript.
Describe the solution you'd like
An --transpileModules or --untyped option to skip typechecking.
Describe alternatives you've considered
Using webpack + babel-typescript instead. However, this misses out on the simplicity of using Angular CLI and is inconvenient to configure.