We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6289f8 commit b304165Copy full SHA for b304165
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