chore: force increment version nestjs grpc playground #335
GitHub Actions / TypeCheck
failed
Nov 6, 2024 in 0s
Errors 1
Found 1 errors
Annotations
Check failure on line 13 in packages/nestjs-proto-types/src/index.ts
github-actions / TypeCheck
Unused '@ts-expect-error' directive.
Unused '@ts-expect-error' directive.
Raw output
11 | * @typedef {string} ProtoFile - Represents the imported `.proto` file as a string
12 | */
> 13 | // @ts-expect-error
| ^
14 | declare module '*.proto'
15 |
Loading