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/*"] }