Skip to content

chore(common): publish nestjs-grpc-reflection nestjs-proto-types #71

chore(common): publish nestjs-grpc-reflection nestjs-proto-types

chore(common): publish nestjs-grpc-reflection nestjs-proto-types #71

GitHub Actions / TypeCheck failed Jan 24, 2025

Errors 1

Found 1 errors

Annotations

Check failure on line 14 in packages/nestjs-proto-types/src/index.ts

See this annotation in the file changed.

@github-actions github-actions / TypeCheck

Unused '@ts-expect-error' directive.

Unused '@ts-expect-error' directive.
Raw output
  12 |  */
  13 | // eslint-disable-next-line @typescript-eslint/prefer-ts-expect-error
> 14 | // @ts-expect-error correct module name
     | ^
  15 | declare module '*.proto'
  16 |