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/"