I have configured tsconfig.json to exclude node_modules folder, but karma-typescript still throw errors in it:
07 05 2021 15:55:41.924:ERROR [compiler.karma-typescript]: node_modules/@alife/bc-ot-fetch/src/request.tsx(330,9): error TS2322: Type 'RequestOption<any> | undefined' is not assignable to type 'RequestOption<any>'.
Type 'undefined' is not assignable to type 'RequestOption<any>'.
07 05 2021 15:55:41.924:ERROR [compiler.karma-typescript]: node_modules/@alife/bc-ot-fetch/src/telemetry.ts(26,33): error TS2531: Object is possibly 'null'.
I have configured tsconfig.json to exclude
node_modules
folder, but karma-typescript still throw errors in it: