switching user module to msgraph module

This commit is contained in:
2025-10-02 11:59:30 -05:00
parent ea108de9cd
commit 765c02c0a1
20 changed files with 194 additions and 107 deletions

View File

@@ -1,4 +1,4 @@
{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
"exclude": ["node_modules", "**/*.spec.ts"]
}