src/scripts/cypress-testrail-report.ts(21,7): error TS2322: Type ‘{ integrationFolder: string; baseUrl: string | undefined; screenshotOnRunFailure: true; screenshotsFolder: string; reporter: string; reporterOptions: { mochaFile: string; }; }’ is not assignable to type ‘ConfigOptions<any>’.
Object literal may only specify known properties, and ‘integrationFolder’ does not exist in type ‘ConfigOptions<any>’.