itsfrank / vue-typescript

Typescript decorators to make vue feel more typescripty
MIT License
358 stars 25 forks source link

Could you use type definition from vue/types, not DefinelyTyped? #20

Closed TonyPythoneer closed 7 years ago

TonyPythoneer commented 7 years ago

Because I was using vue2.0 to develop an application, it has offered types for TypeScript to parse. Therefore, I don't install type definition from DefinelyTyped, it causes vue-typescript can't find namespace vuejs.

I hope it can get improved. thx.