Run `tsc` as part of the lint script and upgrade dependencies (#78)
* Simplify the tsconfig and run tsc as part of the lint script
* fixup! Simplify the tsconfig and run tsc as part of the lint script
* Explicit test utils import
* Dependencies upgrades & storybook fixes
* Set the declarationMap option in the vite.config.ts instead of the tsconfig.json
This avoids unnecessary warnings in stories and tests.
* Fix the jest-dom integration with vitest