We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
d.ts
@/types
Currently (as for @soramitsu-ui/[email protected]) lib.d.ts rollup file has the following:
@soramitsu-ui/[email protected]
lib.d.ts
import { Status as Status_2 } from '@/types';
TypeScript shows the error, which is completely logical:
Cannot find module '@/types' or its corresponding type declarations.
It is an API Extractor bug for sure.
@/*
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
Currently (as for
@soramitsu-ui/[email protected]
)lib.d.ts
rollup file has the following:TypeScript shows the error, which is completely logical:
It is an API Extractor bug for sure.
Possible solutions
@/*
aliases in the project code?The text was updated successfully, but these errors were encountered: