dhtmlxTree with TypeScript

Hello,
I would like create a new dhtmlxTree with TypeScript but I can’t do it

I try this:

new dhtmlXTreeObject({
parent: containerId,
checkbox: true,
image_path: “…/…/…/skins/web/imgs/dhxtree_web/”,
xml: “…/common/tree.xml”
});

someone can be help me ?

Thanks

Here you can find a tutorial about using the dhtmlx-components with the typescript:
docs.dhtmlx.com/guides__using_typescript.html
It contains the simple demo-project which can be downloaded and inspected.