02NNinoVSCode & Prettier not workingI 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 ...Jul 30, 2019HM