@microsoft/msgraph-beta-sdk-admin
Version:
Admin fluent API for Microsoft Graph
16 lines (15 loc) • 430 B
JSON
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "../tsconfig.base.json",
"compilerOptions": {
"resolveJsonModule": true,
"esModuleInterop": true,
"baseUrl": "./",
"paths": {
"@microsoft/msgraph-beta-sdk": ["../msgraph-beta-sdk"]
}
},
"include": ["**/*.ts"],
"exclude": ["node_modules", "**/__tests__/*", "**/__e2e__/*"],
"references": [{ "path": "../msgraph-beta-sdk" }]
}