TS1238: Unable to resolve signature of class decorator when called as an expression.
Type '<VC extends VueClass<{}>>(target: VC) => VC' is not assignable to type 'typeof HelloDecorator'.
Property 'extend' is missing in type '<VC extends VueClass<{}>>(target: VC) => VC'.
Was giving a try for https://github.com/Microsoft/TypeScript-Vue-Starter#using-decorators-to-define-a-component
I see error:
TS1238: Unable to resolve signature of class decorator when called as an expression. Type '<VC extends VueClass<{}>>(target: VC) => VC' is not assignable to type 'typeof HelloDecorator'. Property 'extend' is missing in type '<VC extends VueClass<{}>>(target: VC) => VC'.
I am using Typescript version: 2.7.1
//Hello.vue
// tsconfig.json