Adjust build settings for noble-ed25519

This commit is contained in:
David Ernst
2022-02-10 19:43:57 -08:00
parent 5408d5d486
commit ee11afdff0
2 changed files with 2 additions and 2 deletions

View File

@@ -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",

View File

@@ -5,7 +5,7 @@
"public/*": ["./public/*"],
"src/*": ["./src/*"]
},
"target": "es5",
"target": "es2016",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,