Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(types): should import type definition from the
dist
folder
- Loading branch information
0751213
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just ran into this, any plans for an upcoming release where this is included? Right now I'm unable to compile my project due to weird typescript errors:
ERROR ERROR in ../node_modules/@vue/component-compiler-utils/lib/types.ts(1,1):
1:1 Parsing error: The keyword 'import' is reserved
not quite sure why this file is even compiled even though it's inside of node_modules.. seems to be a dependency that gets resolved somehow.