fix: add missing lang="ts" to ChatControls module script (#22131)
The module-level script block uses TypeScript syntax but was missing the lang="ts" attribute, causing esbuild to fail during vite dev dependency scanning.
This commit is contained in:
The module-level script block uses TypeScript syntax but was missing the lang="ts" attribute, causing esbuild to fail during vite dev dependency scanning.