From acc3ef1d3b6d268133e04bd122c316d0c4083128 Mon Sep 17 00:00:00 2001 From: Taras Perun Date: Wed, 20 Nov 2024 16:51:50 +0100 Subject: [PATCH] add ContactsNitroModule to tsconfig --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 54eaa3a9761c..e777be790eab 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -42,7 +42,8 @@ "scripts", "modules/index.ts", "**/*.nitro/*.ts", - "**/*.nitro/*.tsx" + "**/*.nitro/*.tsx", + "modules/ContactsNitroModule/**/*" ], "exclude": ["**/node_modules/*", "**/dist/*", ".github/actions/**/index.js", "**/docs/*"] }