We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c33ce37 commit f07a398Copy full SHA for f07a398
source/decorator.ts
@@ -47,7 +47,7 @@ export function watch(
47
48
if (!accessor) Object.defineProperty(prototype, key, meta);
49
50
- return meta;
+ return meta as any;
51
}
52
53
export function attribute({ constructor }: Object, key: string) {
0 commit comments