Skip to content

Commit 3be969e

Browse files
authored
Merge pull request NationalBankBelgium#239 from SuperITMan/bugfix/fix-tsconfig-target-ng9
fix(tsconfig): fix zone.js support in Angular by changing target to ES2015
2 parents 414b0a2 + 5989e71 commit 3be969e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tsconfig/3.8.x/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"suppressImplicitAnyIndexErrors": true,
4747
"suppressExcessPropertyErrors": false,
4848
"useDefineForClassFields": true,
49-
"target": "es2020",
49+
"target": "es2015",
5050
"lib": ["dom", "dom.iterable", "es2020"]
5151
},
5252
"exclude": ["node_modules", "dist"],

0 commit comments

Comments
 (0)