From a6178f009e5d7d714d0726279661359ddee46116 Mon Sep 17 00:00:00 2001 From: Danny Blue Date: Mon, 27 Feb 2017 10:07:50 -0500 Subject: [PATCH] Add dom lib to root tsconfig.json. --- packages/@angular/cli/blueprints/ng/files/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/@angular/cli/blueprints/ng/files/tsconfig.json b/packages/@angular/cli/blueprints/ng/files/tsconfig.json index cde5e35054a2..c1af744897bc 100644 --- a/packages/@angular/cli/blueprints/ng/files/tsconfig.json +++ b/packages/@angular/cli/blueprints/ng/files/tsconfig.json @@ -8,7 +8,8 @@ "emitDecoratorMetadata": true, "experimentalDecorators": true, "lib": [ - "es2016" + "es2016", + "dom" ] } }