UNPKG

@microsoft/msgraph-sdk-communications

Version:
15 lines (14 loc) 394 B
{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "../tsconfig.base.json", "compilerOptions": { "resolveJsonModule": true, "esModuleInterop": true, "paths": { "@microsoft/msgraph-sdk": ["../msgraph-sdk"] } }, "include": ["**/*.ts"], "exclude": ["node_modules", "**/__tests__/*", "**/__e2e__/*"], "references": [{ "path": "../msgraph-sdk" }] }