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
I get this error when trying to import (import VClamp from 'vue-clamp';)
TS7016: Could not find a declaration file for module 'vue-clamp'. 'C:/Users/csl/Documents/Arbejde/ERST/erst/virksomhedsguiden/frontend-components/node_modules/vue-clamp/dist/vue-clamp.js' implicitly has an 'any' type. Try npm install @types/vue-clamp if it exists or add a new declaration (.d.ts) file containing declare module 'vue-clamp';
I have added transpileDependencies: ['vue-clamp', 'resize-detector'] to my vue.config.js.
The text was updated successfully, but these errors were encountered:
I get this error when trying to import (import VClamp from 'vue-clamp';)
TS7016: Could not find a declaration file for module 'vue-clamp'. 'C:/Users/csl/Documents/Arbejde/ERST/erst/virksomhedsguiden/frontend-components/node_modules/vue-clamp/dist/vue-clamp.js' implicitly has an 'any' type. Try
npm install @types/vue-clamp
if it exists or add a new declaration (.d.ts) file containingdeclare module 'vue-clamp';
I have added transpileDependencies: ['vue-clamp', 'resize-detector'] to my vue.config.js.
The text was updated successfully, but these errors were encountered: