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
fix(nuxt): Create declaration files for Nuxt module (#13909)
[Nuxt module builder](https://github.com/nuxt/module-builder) uses the
closest `tsconfig.json` and this had `"declaration": false`. I added
another `tsconfig.json` closer to the module to generate those
declarations.
fixes#13899
0 commit comments