Typescript class definition?

Hi, Thank you for great product first.

I’m using @nuxtjs/sentry for my Nuxt.js project.
https://github.com/nuxt-community/sentry-module (which is a wrapper of @sentry/browser )

It’s working fine, but the problem is my TSLint put warning because this.$sentry
is unknown property as Vue object.

components_restaurants_show_AvailableCourses_vue_%E2%80%94_pokeme_nuxt__Workspace_

Is there any good way to suppress this warning? I guess we need something Type definition file for TypeScript.