Closed subhash closed 3 years ago
Running build from the root of the project fails with tsc
tsc
> faros-airbyte-cdk@0.1.8 build /airbyte-connectors/faros-airbyte-cdk > tsc -p src src/destinations/destination-runner.ts:87:19 - error TS2339: Property 'message' does not exist on type 'unknown'. 87 e.message ? e.message : e ~~~~~~~
This happens with the latest Typescript compiler. Should be fixed - https://github.com/faros-ai/airbyte-connectors/pull/81
@subhash thanks for reporting!
Running build from the root of the project fails with
tsc