storefront-nuxt3-boilerplate icon indicating copy to clipboard operation
storefront-nuxt3-boilerplate copied to clipboard

fix: use type import to fix typescript warnings

Open Tofandel opened this issue 1 year ago โ€ข 0 comments

๐Ÿ”— Linked issue

โ“ Type of change

  • [ ] ๐Ÿ“– Documentation (updates to the documentation, readme or JSDoc annotations)
  • [x] ๐Ÿž Bug fix (a non-breaking change that fixes an issue)
  • [ ] ๐Ÿ‘Œ Enhancement (improving an existing functionality like performance)
  • [ ] โœจ New feature (a non-breaking change that adds functionality)
  • [ ] ๐Ÿงน Chore (updates to the build process or auxiliary tools and libraries)
  • [ ] โš ๏ธ Breaking change (fix or feature that would cause existing functionality to change)

๐Ÿ“š Description

Simply fix typescript warnings when building the app about importing types with verbatimMode enabled

Tofandel avatar Dec 05 '23 01:12 Tofandel