Closed rvuyyuru1 closed 3 years ago
Typescript 3.8 support 'import type' syntax. You should update angular / typescript version.
https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-8.html
https://github.com/angular/angular/blob/master/CHANGELOG.md#910-2020-03-25
Angular 9.1 support Typescript 3.8
ERROR in node_modules/capacitor-codepush/dist/esm/definitions.d.ts:1:13 - error TS1005: '=' expected.
1 import type { NativeCodePushPlugin } from "./nativeCodePushPlugin"; ~ node_modules/capacitor-codepush/dist/esm/definitions.d.ts:1:43 - error TS1005: ';' expected.
1 import type { NativeCodePushPlugin } from "./nativeCodePushPlugin";