VSCode & Prettier not working
I am trying to get prettier running in VSCode but it simply does not work.
The problem is that I am using a TypeScript Monorepo which looks like this:
|--- api
|--- package.json
|--- tsconfig.json
|--- server.ts
|--- www
|--- pages
...