nuxt
nuxt copied to clipboard
fix(schema): remove telemetry types
๐ Linked issue
โ Type of change
- [ ] ๐ Documentation (updates to the documentation or readme)
- [x] ๐ Bug fix (a non-breaking change that fixes an issue)
- [ ] ๐ Enhancement (improving an existing functionality like performance)
- [ ] โจ New feature (a non-breaking change that adds functionality)
- [ ] ๐งน Chore (updates to the build process or auxiliary tools and libraries)
- [ ] โ ๏ธ Breaking change (fix or feature that would cause existing functionality to change)
๐ Description
We currently provide a stub type definition for telemetry but this should be automatically (and fully) added to Nuxt config specification by schema.d.ts. At the moment the types conflict; by removing the simple boolean type we allow the types supported by the actual @nuxt/telemetry version to be used.
๐ Checklist
- [ ] I have linked an issue or discussion.
- [x] I have updated the documentation accordingly.
ย Open in CodeSandbox Web Editor | VS Code | VS Code Insiders