SoftwareBrothers / adminjs-design-system

DesignSystem on which AdminJS is based on
27 stars 33 forks source link

fix: transform import paths in d.ts files #98

Closed dziraf closed 5 months ago

dziraf commented 5 months ago

This PR hopefully fixes an issue where Typescript ignores paths resolutions from tsconfig.json when building declaration (d.ts) files and we end up with imports such as:

import { styled } from '@styled-components';