We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6289f8 commit 39db3b3Copy full SHA for 39db3b3
packages/@angular/cli/blueprints/ng/files/tsconfig.json
@@ -8,7 +8,8 @@
8
"emitDecoratorMetadata": true,
9
"experimentalDecorators": true,
10
"lib": [
11
- "es2016"
+ "es2016",
12
+ "dom"
13
]
14
}
15
0 commit comments