chore: fix local development warnings inside next monorepo (#74863)
### What
Follow up of #74647, do not enque warnings otherwise it's showing a
message of updating `tsconfig.json` inside nextjs monorepo when you do
`pnpm next <app path>`
```
We detected TypeScript in your project and reconfigured your tsconfig.json file for you. Strict-mode is set to false by default.
```
This is because when there's action we'll always log this.