Also all paths should be from current file:
Wrong import { Document } from "src/models";
Good import { Document } from "../../models";