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

@@ -5,5 +5,5 @@
"outDir": "../../dist/libs/modules"
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist", "test", "**/*spec.ts"]
"exclude": ["node_modules", "src/**/*.spec.ts"]
}