-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.yo-rc.json
More file actions
21 lines (21 loc) · 616 Bytes
/
.yo-rc.json
File metadata and controls
21 lines (21 loc) · 616 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"@microsoft/generator-sharepoint": {
"plusBeta": false,
"isCreatingSolution": true,
"nodeVersion": "18.20.1",
"sdksVersions": {
"@microsoft/microsoft-graph-client": "3.0.2",
"@microsoft/teams-js": "2.12.0"
},
"version": "1.19.0",
"libraryName": "ms-graph-sp-fx",
"libraryId": "df737048-5dd3-4881-a00b-0cc832ca2339",
"environment": "spo",
"packageManager": "npm",
"solutionName": "MSGraphSPFx",
"solutionShortDescription": "MSGraphSPFx description",
"skipFeatureDeployment": true,
"isDomainIsolated": false,
"componentType": "webpart"
}
}