Skip to content

Commit

Permalink
Merge pull request #12303 from primefaces/issue-12302
Browse files Browse the repository at this point in the history
Fixed #12302 - tsConfig target:ES2022 causes reference error on Safari v15.6
  • Loading branch information
cetincakiroglu authored Nov 29, 2022
2 parents d8674ce + edb8219 commit 2ccab72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"target": "ES2022",
"target": "ES2020",
"typeRoots": ["node_modules/@types"],
"lib": ["es2020", "dom"],
"paths": {
Expand Down

0 comments on commit 2ccab72

Please sign in to comment.