feat/nestjs-grpc-errors #73
GitHub Actions / TypeCheck
failed
Feb 11, 2025 in 0s
Errors 1
Found 1 errors
Annotations
Check failure on line 14 in packages/nestjs-proto-types/src/index.ts
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 |
Loading