0

I can not find anywhere that @db is defined. It knows to point to src/db/pickbazar but I can not find it anywhere else in the code so I assume it is defined globally somewhere. When I use Visual Studio Code to look at the definiton it just points back to the json that it references.

Here is an example from author.service.ts

import authorsJson from '@db/authors.json';
const authors = plainToClass(Author, authorsJson);
rockets4all
  • 684
  • 3
  • 8
  • 32

0 Answers0