Skip to content

Commit

Permalink
Fixed primefaces#12302 - tsConfig target:ES2022 causes reference erro…
Browse files Browse the repository at this point in the history
…r on Safari v15.6
cetincakiroglu committed Nov 29, 2022
1 parent d8674ce commit edb8219
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
@@ -10,7 +10,7 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"target": "ES2022",
"target": "ES2020",
"typeRoots": ["node_modules/@types"],
"lib": ["es2020", "dom"],
"paths": {

0 comments on commit edb8219

Please sign in to comment.