Skip to content

Allow configurable use of untyped transpileModule() #19587

Closed
@pauldraper

Description

@pauldraper

🚀 Feature request

Command (mark with an x)

  • new
  • build
  • 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions