This is a known issue in the @ionic/cli
repo. Please see #3541
It can be solved adding "types": []
to the "compilerOptions"
parameter of the file tsconfig.json
.
This is a known issue in the @ionic/cli
repo. Please see #3541
It can be solved adding "types": []
to the "compilerOptions"
parameter of the file tsconfig.json
.