You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2020. It is now read-only.
I like to use typescript 2.1 (which is right now in the @next channel) because it enables me to use async/await while still targeting ES5.
Anyway, when using ionic build, i.e. the ngc AOT compiler, the build breaks with
Downgrading to typescript 2.0.3 solves the problem.