girixcode7

Results 2 comments of girixcode7

> You need to create a file inside of the root project, called `jsconfig.json` with the following properties: > > ``` > { > "compilerOptions": { > "baseUrl": "./", >...

@qxb3 How did you resolve this issue? In case of mine It throws Can't Find module ? ``` node:internal/modules/cjs/loader:1042 throw err; ^ Error: Cannot find module '@routersV1/users/usersRouter' ``` ## package.json...