The TypeScript typings still include a `tags` property: https://github.com/JetBrains/web-types/blob/11e46e47cb65edc1930dc1fae854005ad45ac08f/gen/vue-docgen-web-types/types/web-types.d.ts#L116 The property is now deprecated and should have been replaced with `"elements"` https://github.com/JetBrains/web-types/blob/11e46e47cb65edc1930dc1fae854005ad45ac08f/schema/web-types.json#L936
The TypeScript typings still include a
tagsproperty:web-types/gen/vue-docgen-web-types/types/web-types.d.ts
Line 116 in 11e46e4
The property is now deprecated and should have been replaced with
"elements"web-types/schema/web-types.json
Line 936 in 11e46e4