# 🐞 Bug report ### Command (mark with an `x`) <!-- Can you pin-point the command or commands that are effected by this bug? --> <!-- ✍️edit: --> ``` - [x] new - [ ] build - [ ] serve - [ ] test - [ ] e2e - [ ] generate - [ ] add - [ ] update - [ ] lint - [ ] xi18n - [ ] run - [ ] config - [ ] help - [ ] version - [ ] doc ``` ### Is this a regression? yes ### Description From version 8.0.4 and [this commit](https://github.com/angular/angular-cli/commit/b74643d489d12793df3c511e3370da09e084dd60), the generated `tsconfig.json` contains twice ```json "module": "esnext", "moduleResolution": "node", ``` ## 🔬 Minimal Reproduction `ng new newproject`