·
3 commits
to main
since this release
Patch Changes
📢 Refine Community Release 📢
-
fix(types): remove path aliases from type imports
Since typescript doesn't resolve and replace path aliases, using them for the type imports will cause
d.ts
files to reference unresolvable paths and types.While this doesn't break everything, it breaks the types in places where the path aliases are used for type imports.
This change removes the path aliases from the type imports and replaces them with relative imports.