Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

Commit 3851608

Browse files
committed
chore(tsconfig): Don't target es2015.
angular/angular-cli#7797
1 parent c12ba53 commit 3851608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

panel/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@env/*": ["./environments/*"]
1818
},
1919
"sourceMap": true,
20-
"target": "es2015",
20+
"target": "es5",
2121
"typeRoots": [
2222
"node_modules/@types"
2323
]

0 commit comments

Comments
 (0)