Typescript 5 now supports [multiple extends](https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/#supporting-multiple-configuration-files-in-extends) in tsconfig, but when i have multiple extends i get this error ``` The "path" argument must be of type string. Received an instance of Array Occurred while linting ... Rule: "import/no-cycle" ```