This repository has been archived by the owner on May 3, 2023. It is now read-only.
Cannot find module
error when entities are imported using absolute path
#22
Labels
bug
Something isn't working
When using
absolute path
for importing entities, I get the following error:This is how I am importing category
import { CategoryEntity } from 'src/module-1/entities/category.entity';
I have not found a way to resolve this and the only way these works is using relative paths. Is it possible to have support for using absolute paths when importing entities?
The text was updated successfully, but these errors were encountered: