You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(TS) Could not find a declaration file for module 'vue2-filters'. '/node_modules/vue2-filters/dist/vue2-filters.js' implicitly has an 'any' type. Try npm install @types/vue2-filters if it exists or add a new declaration (.d.ts) file containing `declare module 'vue2-filters'
#68
Closed
momoski opened this issue
May 28, 2019
· 2 comments
I get this error when trying to use it in my Vue2 project along with Typescript on this line import Vue2Filters from "vue2-filters";
(TS) Could not find a declaration file for module 'vue2-filters'. '/node_modules/vue2-filters/dist/vue2-filters.js' implicitly has an 'any' type. Try npm install @types/vue2-filters if it exists or add a new declaration (.d.ts) file containing `declare module 'vue2-filters
The text was updated successfully, but these errors were encountered:
I get this error when trying to use it in my Vue2 project along with Typescript on this line
import Vue2Filters from "vue2-filters";
The text was updated successfully, but these errors were encountered: