Skip to content

Commit

Permalink
add ContactsNitroModule to tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
perunt committed Nov 20, 2024
1 parent 90cc6da commit acc3ef1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/*"]
}

0 comments on commit acc3ef1

Please sign in to comment.