docs(aio): fix aot-compiler example to work with Angular v5 (#19511)
PR Close #19511
This commit is contained in:
parent
340d94afb9
commit
ca7f2f8c8f
|
@ -7,6 +7,7 @@
|
|||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"lib": ["es2015", "dom"],
|
||||
"noImplicitAny": true,
|
||||
"suppressImplicitAnyIndexErrors": true,
|
||||
"typeRoots": [
|
||||
"./node_modules/@types/"
|
||||
|
|
Loading…
Reference in New Issue