docs(aio): fix aot-compiler example to work with Angular v5 (#19511)

PR Close #19511
This commit is contained in:
Peter Bacon Darwin 2017-10-06 14:07:38 +01:00 committed by Tobias Bosch
parent 340d94afb9
commit ca7f2f8c8f
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": ["es2015", "dom"],
"noImplicitAny": true,
"suppressImplicitAnyIndexErrors": true,
"typeRoots": [
"./node_modules/@types/"