Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit a596bcb

Browse files
committed
add missing entry to tsconfig-aot
1 parent b819218 commit a596bcb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

public/docs/_examples/upgrade-phonecat-2-hybrid/ts/tsconfig-aot.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"sourceMap": true,
77
"emitDecoratorMetadata": true,
88
"experimentalDecorators": true,
9+
"lib": ["es2015", "dom"],
910
"removeComments": false,
1011
"noImplicitAny": true,
1112
"suppressImplicitAnyIndexErrors": true,

public/docs/_examples/upgrade-phonecat-3-router/ts/tsconfig-aot.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"sourceMap": true,
77
"emitDecoratorMetadata": true,
88
"experimentalDecorators": true,
9+
"lib": ["es2015", "dom"],
910
"removeComments": false,
1011
"noImplicitAny": true,
1112
"suppressImplicitAnyIndexErrors": true,

0 commit comments

Comments
 (0)