I'm currently struggling to get it up and running in a NodeJS application developed with TypeScript. After just having done a yarn add @kafkajs/confluent-schema-registry (^3.3.0 in my package.json) I get a lot of TypeScript compile errors. Do you have some advice how I can mitigate those or do you have some recommendation with which settings TypeScript needs to be configured to make it work? Or is there a minimal NodeJS version required? We're currently running node v16.14.2.
Hi and thank you for the lib! ⭐
I'm currently struggling to get it up and running in a NodeJS application developed with TypeScript. After just having done a
yarn add @kafkajs/confluent-schema-registry
(^3.3.0
in my package.json) I get a lot of TypeScript compile errors. Do you have some advice how I can mitigate those or do you have some recommendation with which settings TypeScript needs to be configured to make it work? Or is there a minimal NodeJS version required? We're currently running node v16.14.2.Our current tsconfig.json looks like this:
TypeScript compile errors I'm getting:
Any help would be highly appreciated!