Skip to content

Commit 3fec85e

Browse files
committed
build: update Angular CLI repo to use ES2019
Since we no longer support Node.JS 10 we can ship our code in ES2019 See: https://node.green/#ES2019
1 parent 663c4bc commit 3fec85e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"rootDir": ".",
1212
"skipLibCheck": true,
1313
"strict": true,
14-
"target": "es2018",
14+
"target": "es2019",
1515
"lib": [
16-
"es2018"
16+
"es2019"
1717
],
1818
"baseUrl": "",
1919
"rootDirs": [

0 commit comments

Comments
 (0)