v2.2.6
2.2.6 (2026-08-15)
Bug Fixes
-
deps: move typescript to devDependencies (9a030cf)
Nothing under src/ or the emitted build/ imports the compiler, so installing
this package pulled 24M of TypeScript that never ran. The three matches for
"typescript" in build/ are code-fence language labels in the Storybook
extractor, not module imports.