-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't workingnextRelated to next lib iteration, i.e. based on Vue 3Related to next lib iteration, i.e. based on Vue 3
Description
Description
Currently (as for @soramitsu-ui/[email protected]
) lib.d.ts
rollup file has the following:
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.
Possible solutions
- Drop API Extractor? But even https://github.com/vuejs/core uses it.
- Remove all
@/*
aliases in the project code?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingnextRelated to next lib iteration, i.e. based on Vue 3Related to next lib iteration, i.e. based on Vue 3