From ee11afdff0854514e6aef3cbebd682cd259c2321 Mon Sep 17 00:00:00 2001 From: David Ernst Date: Thu, 10 Feb 2022 19:43:57 -0800 Subject: [PATCH] Adjust build settings for noble-ed25519 --- package.json | 2 +- tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7ab5fcb3..cba27152 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@mdx-js/loader": "^1.6.22", "@mdx-js/react": "*", "@next/mdx": "^11.0.1", - "@noble/ed25519": "dsernst/noble-ed25519", + "@noble/ed25519": "dsernst/noble-ed25519#3dceaff", "@peculiar/webcrypto": "^1.1.7", "@sentry/browser": "^6.0.2", "@sentry/tracing": "^6.0.2", diff --git a/tsconfig.json b/tsconfig.json index b37d6862..5c4054c5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,7 @@ "public/*": ["./public/*"], "src/*": ["./src/*"] }, - "target": "es5", + "target": "es2016", "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": true,