Skip to content

Commit

Permalink
style: typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
OsirisAnubiz committed Nov 6, 2024
1 parent 0c8fa65 commit 118a2f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/nestjs-proto-types/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
* @module
* @typedef {string} ProtoFile - Represents the imported `.proto` file as a string
*/
// @ts-expect-error
// eslint-disable-next-line @typescript-eslint/prefer-ts-expect-error
// @ts-ignore
declare module '*.proto'

0 comments on commit 118a2f6

Please sign in to comment.