nativescript-vue / nativescript-vue-devtools

A NativeScript-Vue plugin for connecting to the standalone vue-devtools
https://nativescript-vue.org/en/docs/getting-started/vue-devtools/
MIT License
28 stars 7 forks source link

Add Type Definitions #10

Closed charles-salmon closed 3 years ago

charles-salmon commented 5 years ago

After having executed vue init nativescript-vue/vue-cli-template <project-name>, setting strict to true in my tsconfig.json, and installing TSLint, I noted that this package didn't have any type definitions, which felt a little strange given that it's possible to be included in a generated TypeScript project!