Skip to content

Commit

Permalink
Fixed #12302 - tsConfig target:ES2022 causes reference error on Safar…
Browse files Browse the repository at this point in the history
…i v15.6
  • Loading branch information
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
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 edb8219

Please sign in to comment.