From 88772ae542afb1bfe80dbff637c74d7900f35ef7 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Tue, 11 Feb 2025 23:31:02 +0300 Subject: [PATCH] fix(nestjs-proto-types): typecheck --- packages/nestjs-proto-types/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nestjs-proto-types/src/index.ts b/packages/nestjs-proto-types/src/index.ts index 14ac705d..c7f5e753 100644 --- a/packages/nestjs-proto-types/src/index.ts +++ b/packages/nestjs-proto-types/src/index.ts @@ -11,5 +11,5 @@ * @typedef {string} ProtoFile - Represents the imported `.proto` file as a string */ // eslint-disable-next-line @typescript-eslint/prefer-ts-expect-error -// @ts-expect-error correct module name +// @ts-ignore correct module name declare module '*.proto'