Hi,
Is there a way to resolve this error when using aliased import paths?
"{import}" is imported by "{path}" but the package is not specified in dependencies or peerDependencies
import { component } from '#path/to/component';
I have an import statement which get resolved through tsconfig and eslint but when I run preconstruct build I get an error.
Thank you
Hi,
Is there a way to resolve this error when using aliased import paths?
"{import}" is imported by "{path}" but the package is not specified in dependencies or peerDependenciesimport { component } from '#path/to/component';I have an import statement which get resolved through
tsconfigandeslintbut when I runpreconstruct buildI get an error.Thank you