Hi Team,
Created one boiler plate project with pac pcf command and able to run npm run build, npm run watch. But when added a very basic type in manifest and corresponding code by following MSFT documentation with new type-group added as per below documentation
Create your first component using Power Apps Component Framework in Microsoft Dataverse - Power Apps | Microsoft Learn
npm run build is failing with below error
" Manifest validation problem: instance.manifest.control[0].property[0].$.of-type is not one of enum values: Whole.None,TwoOptions,DateAndTime.DateOnly,DateAndTime.DateAndTime,Decimal,Enum,FP,Multiple,Currency,OptionSet,SingleLine.Email,SingleLine.Text,SingleLine.TextArea,SingleLine.URL,SingleLine.Ticker,SingleLine.Phone,Object,File,Lookup.Simple,Lookup.Customer,Lookup.Owner,Lookup.PartyList,Lookup.Regarding,MultiSelectOptionSet"
My manifestinput xml file is looking like below

Looking forward to any suggestion
Regards,
Soumyadeep