So I am extending user and product entities to setup the Marketplace.
(And to add further context, I am a very junior developer and still learning a lot)
Line Code:
import { Store } from "./store"
Full error:
src/models/user.ts:11:23 - error TS2307: Cannot find module './store' or its corresponding type declarations.
11 import { Store } from './store'