Error while using bpmn-js-properties-panel and camunda-bpmn-moddle in angular10 application

here is an example
TSCONFIG.JSON you will find this in your angular app root folder. Change the compiler options to set resolveJsonModule to TRUE

{
    "compileOnSave": false,
    "compilerOptions": {
        "resolveJsonModule": true,
    }
}