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
[info] Loaded plugin typedoc-plugin-vue
[info] Loaded plugin typedoc-plugin-missing-exports
[warning] The entry point ./src/components/About.vue is not referenced by the 'files' or 'include' option in your tsconfig
[error] Unable to find any entry points. See previous warnings
[error] Found 1 errors and 1 warnings
No problem if with the same configuration use typedoc on a *.ts file. Also removing noEmit changes nothing.
Thanks for your help!
The text was updated successfully, but these errors were encountered:
Trying to extract TSDoc comments from *.vue file but failed. Using this configuration:
With all *.vue files included in tsconfig.json:
Gives the following error:
No problem if with the same configuration use typedoc on a *.ts file. Also removing
noEmit
changes nothing.Thanks for your help!
The text was updated successfully, but these errors were encountered: