diff --git a/src/runtime/node/webcrypto.ts b/src/runtime/node/webcrypto.ts index f981db65..cb09fbd0 100644 --- a/src/runtime/node/webcrypto.ts +++ b/src/runtime/node/webcrypto.ts @@ -1,7 +1,7 @@ import * as crypto from 'crypto' import * as util from 'util' -// @ts-expect-error +// @ts-ignore const webcrypto = crypto.webcrypto export default webcrypto