reduxjs / redux-templates

Official Redux templates for Vite, Create-React-App, and more
https://redux.js.org
MIT License
1.43k stars 252 forks source link

[vite-template-redux] fix broken build, type-check #103

Closed ryota-murakami closed 1 year ago

ryota-murakami commented 1 year ago

Fix bellow error.

Repoduction

  1. npx degit reduxjs/redux-templates/packages/vite-template-redux my-app
  2. cd myapp
  3. pnpm i
  4. pnpm build, pnpm type-check
  5. you'll see the error screenshot.
Screenshot 2023-05-04 at 3 42 17
markerikson commented 1 year ago

Thanks!