example, `@listen('size-changed', this);` currently produces typescript error, `[ts] 'this' implicitly has type 'any' because it does not have a type annotation.` Temporary workaround set: "noImplicitThis": false