Siddharth Vaghasia 62b1a28dd5 added new sample teams-conversation view
added new sample teams-conversation view

Co-Authored-By: Kunj Balkrishna Sangani <Sangani.kunj@gmail.com>
2023-03-01 23:40:59 +05:30

19 lines
546 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"all-conversations-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/allConversations/AllConversationsWebPart.js",
"manifest": "./src/webparts/allConversations/AllConversationsWebPart.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"AllConversationsWebPartStrings": "lib/webparts/allConversations/loc/{locale}.js"
}
}