Skip to content

Commit edb8219

Browse files
Fixed primefaces#12302 - tsConfig target:ES2022 causes reference error on Safari v15.6
1 parent d8674ce commit edb8219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"emitDecoratorMetadata": true,
1111
"experimentalDecorators": true,
1212
"importHelpers": true,
13-
"target": "ES2022",
13+
"target": "ES2020",
1414
"typeRoots": ["node_modules/@types"],
1515
"lib": ["es2020", "dom"],
1616
"paths": {

0 commit comments

Comments
 (0)