switching user module to msgraph module (#15)

This commit was merged in pull request #15.
This commit is contained in:
2025-11-16 09:28:06 -06:00
committed by GitHub
parent aa09a2685c
commit c66cfb3c9e
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"]
}