Yes, the code above won’t work in TypeScript but works in plain Javascript
The syntax for TypeScript is:
const axes = vtkAxesActor.newInstance({
pickable: false
});
axes.setConfig({recenter: false});
No need to import DEFAULT_VALUES.
Thank you for pointing me in the right direction!