I'm tring to use typescript, but I have one problem.
Lets say I have an init function that has to be called from construct event sheets.
Do I have to declare then in globalThis?
When webpack compiles the script, if I try to call the init function I receive init is not defined error.
Thanks