Disabling `@typescript-eslint/no-unsafe-assignment` to Avoid Type Errors

I need to set @typescript-eslint/no-unsafe-assignment to off otherwise I get loads of type errors. For example, this gives that error:
const DrizzleLive = PgDrizzle.layer.pipe(Layer.provide(SqlLive))

Is this normal or do I have some messed up eslint config?
Was this page helpful?