Skip to content

Commit 39db3b3

Browse files
author
Danny Blue
committed
since IDE’s will look at the root tsconfig.json it can cause them to error out when the “dom” lib is not included
Add "dom" lib to root tsconfig.json. Add "dom" lib to root tsconfig.json.
1 parent a6289f8 commit 39db3b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/@angular/cli/blueprints/ng/files/tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"emitDecoratorMetadata": true,
99
"experimentalDecorators": true,
1010
"lib": [
11-
"es2016"
11+
"es2016",
12+
"dom"
1213
]
1314
}
1415
}

0 commit comments

Comments
 (0)