summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2023-08-23 09:42:45 -0700
committerGitHub <noreply@github.com>2023-08-23 09:42:45 -0700
commitf152b26e62f36d3cabcc9c4dc3a0eb5f72637fda (patch)
treee3f04dc5c040a046555637c3fbc164b8ffdb7123
parentc85e97b13b5bccf27d5b8c5e680dabfde7669bb9 (diff)
parent32b5e8d5675ed46e13619ce2874f38f8e5b2f768 (diff)
Merge pull request #429 from MasterKale/fix/405-browser-safari-13-1-catalina
fix/405-browser-safari-13-1-catalina
-rw-r--r--packages/browser/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/browser/tsconfig.json b/packages/browser/tsconfig.json
index 905a396..b96649d 100644
--- a/packages/browser/tsconfig.json
+++ b/packages/browser/tsconfig.json
@@ -1,7 +1,7 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
- "target": "ES2022",
+ "target": "ES2021",
"module": "ESNext",
"moduleResolution": "node",
"lib": [