# 🚀 Feature request ### Command (mark with an `x`) <!-- Can you pin-point the command or commands that are relevant for this feature request? --> <!-- ✍️edit: --> - [ ] new - [x] build - [x] serve - [ ] test - [ ] e2e - [ ] generate - [ ] add - [ ] update - [ ] lint - [ ] extract-i18n - [ ] run - [ ] config - [ ] help - [ ] version - [ ] doc ### 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.