is there a way to turn off name wrangling in KotlinJS 1.8.0 for specific packages? I tried JsExport annotation on file and class level but when I access a property it still tries to access the property by the getter, e.g.: "get_trackingNumber_6qhl3r_k$ .. is not a function"