15 lines
437 B
JSON
15 lines
437 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
|
|
"solution": {
|
|
"name": "greetings-angular-js-client-side-solution",
|
|
"id": "d7464213-bad8-452f-941b-34ca45e2ac74",
|
|
"version": "1.0.0.0",
|
|
"includeClientSideAssets": true,
|
|
"skipFeatureDeployment": true,
|
|
"isDomainIsolated": false
|
|
},
|
|
"paths": {
|
|
"zippedPackage": "solution/greetings-angular-js.sppkg"
|
|
}
|
|
}
|