sp-dev-fx-webparts/samples/react-teams-tabs-pnpjs/config/package-solution.json

19 lines
510 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "react-teams-tabs-pnpjs-client-side-solution",
"id": "1e68649b-930f-4502-a858-12aa997bda01",
"version": "4.0.0.0",
"includeClientSideAssets": true,
"webApiPermissionRequests": [
{
"resource": "Microsoft Graph",
"scope": "Group.ReadWrite.All"
}
]
},
"paths": {
"zippedPackage": "solution/react-teams-tabs-pnpjs.sppkg"
}
}