[Vuejs]-JSDoc "includePattern" multiple file types

0👍

Basicly I didnt do my propper research and there is a specific plugin for Vue.js and JSDoc to interact with each other.

to add another file you simply need to move the pipe to a differant spot and write it like this:

"includePattern": ".\\.(js|vue)$"

Leave a comment