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!
After having executed
vue init nativescript-vue/vue-cli-template <project-name>
, settingstrict
totrue
in mytsconfig.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!