after installing packages, and doing npm start, getting this error:
ERROR in node_modules/@manekinekko/angular-web-bluetooth/node_modules/rxjs/observable/FromEventObservable.d.ts(23,22): error TS2415: Class 'FromEventObservable' incorrectly extends base class 'Observable'.
Types of property '_subscribe' are incompatible.
Type '(subscriber: Subscriber) => void' is not assignable to type '(subscriber: Subscriber) => TeardownLogic'.
Types of parameters 'subscriber' and 'subscriber' are incompatible.
Type 'Subscriber' is not assignable to type 'Subscriber'.
Property 'isStopped' is protected but type 'Subscriber' is not a class derived from 'Subscriber'.
node_modules/@manekinekko/angular-web-bluetooth/node_modules/rxjs/observable/PromiseObservable.d.ts(10,22): error TS2415: Class 'PromiseObservable' incorrectly extends base class 'Observable'.
Types of property '_subscribe' are incompatible.
Type '(subscriber: Subscriber) => TeardownLogic' is not assignable to type '(subscriber: Subscriber) => TeardownLogic'.
Types of parameters 'subscriber' and 'subscriber' are incompatible.
Type 'Subscriber' is not assignable to type 'Subscriber'.
Property 'isStopped' is protected but type 'Subscriber' is not a class derived from 'Subscriber'.
after installing packages, and doing npm start, getting this error: ERROR in node_modules/@manekinekko/angular-web-bluetooth/node_modules/rxjs/observable/FromEventObservable.d.ts(23,22): error TS2415: Class 'FromEventObservable' incorrectly extends base class 'Observable'.
Types of property '_subscribe' are incompatible.
Type '(subscriber: Subscriber) => void' is not assignable to type '(subscriber: Subscriber) => TeardownLogic'.
Types of parameters 'subscriber' and 'subscriber' are incompatible.
Type 'Subscriber' is not assignable to type 'Subscriber'.
Property 'isStopped' is protected but type 'Subscriber' is not a class derived from 'Subscriber'.
node_modules/@manekinekko/angular-web-bluetooth/node_modules/rxjs/observable/PromiseObservable.d.ts(10,22): error TS2415: Class 'PromiseObservable' incorrectly extends base class 'Observable'.
Types of property '_subscribe' are incompatible.
Type '(subscriber: Subscriber) => TeardownLogic' is not assignable to type '(subscriber: Subscriber) => TeardownLogic'.
Types of parameters 'subscriber' and 'subscriber' are incompatible.
Type 'Subscriber' is not assignable to type 'Subscriber'.
Property 'isStopped' is protected but type 'Subscriber' is not a class derived from 'Subscriber'.