tsconfig with comments breaks ng add @nguniversal/express-engine #14371
Labels
area: @schematics/angular
freq1: low
Only reported by a handful of users who observe it rarely
severity3: broken
type: bug/fix
Milestone
🐞 Bug report
Command (mark with an
x
)Description
A
tsconfig.app.json
file with comments will causeng add @nguniversal/express-engine to error after installing @nguniversal/express-engine.
🔬 Minimal Reproduction
ng new myApp
cd myApp
ng add @nguniversal/express-engine --clientProject myApp
🔥 Exception or Error
🌍 Your Environment
Anything else relevant?
TypeScript has allowed comments in tsconfig files since microsoft/TypeScript#5450 was merged.
The text was updated successfully, but these errors were encountered: