fern issue troubleshooting #198
Annotations
8 errors
|
compile:
src/core/schemas/builders/object/object.ts#L285
Argument of type 'unknown' is not assignable to parameter of type 'object'.
|
|
compile:
src/core/schemas/builders/object/object.ts#L289
Argument of type 'unknown' is not assignable to parameter of type 'object'.
|
|
compile:
src/core/schemas/builders/object/object.ts#L290
Argument of type 'unknown' is not assignable to parameter of type 'object'.
|
|
compile:
src/utilities/flow.ts#L70
Type 'Record<string, unknown> | undefined' is not assignable to type 'Record<string, unknown>'.
|
|
compile:
src/utilities/flow.ts#L91
Conversion of type 'O' to type 'object' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
|
compile:
src/utilities/flow.ts#L92
Conversion of type 'O' to type 'object' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
|
compile
Process completed with exit code 2.
|
|
test
Process completed with exit code 1.
|