MMF-FE / svgicon

SVG icon components and tool set
https://mmf-fe.github.io/svgicon
MIT License
922 stars 95 forks source link

Cannot make it work with typescript #47

Closed ErikMalmqvist closed 6 years ago

ErikMalmqvist commented 6 years ago

I´m getting the following error when trying to use vue-svgicon in a vue.js 2.x project with typescript.

"message": "Could not find a declaration file for module 'vue-svgicon'. 'xxx/node_modules/vue-svgicon/dist/index.js' implicitly has an 'any' type.\n Try npm install @types/vue-svgicon if it exists or add a new declaration (.d.ts) file containing declare module 'vue-svgicon';",

Allenice commented 6 years ago

You can exclude node_modules fold in tsconfig.json or your webpack loader config