From ca7f2f8c8fe1fae2cfcb9e0364e37744f87a24e6 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Fri, 6 Oct 2017 14:07:38 +0100 Subject: [PATCH] docs(aio): fix aot-compiler example to work with Angular v5 (#19511) PR Close #19511 --- aio/content/examples/aot-compiler/tsconfig-aot.json | 1 + 1 file changed, 1 insertion(+) diff --git a/aio/content/examples/aot-compiler/tsconfig-aot.json b/aio/content/examples/aot-compiler/tsconfig-aot.json index 49566f7c84..718373821c 100644 --- a/aio/content/examples/aot-compiler/tsconfig-aot.json +++ b/aio/content/examples/aot-compiler/tsconfig-aot.json @@ -7,6 +7,7 @@ "emitDecoratorMetadata": true, "experimentalDecorators": true, "lib": ["es2015", "dom"], + "noImplicitAny": true, "suppressImplicitAnyIndexErrors": true, "typeRoots": [ "./node_modules/@types/"