fix: fix typescript warnings #1
Annotations
10 errors and 2 warnings
typecheck:
src/sign/eip1271.ts#L1
Cannot find module '@ethersproject/bytes' or its corresponding type declarations.
|
typecheck:
src/sign/eip1271.ts#L1
Cannot find module '@ethersproject/providers' or its corresponding type declarations.
|
typecheck:
src/sign/index.ts#L1
Cannot find module 'cross-fetch' or its corresponding type declarations.
|
typecheck:
src/sign/index.ts#L1
Cannot find module '@ethersproject/providers' or its corresponding type declarations.
|
typecheck:
src/sign/index.ts#L1
Cannot find module '@ethersproject/wallet' or its corresponding type declarations.
|
typecheck:
src/sign/index.ts#L1
Cannot find module '@ethersproject/address' or its corresponding type declarations.
|
typecheck:
src/sign/utils.spec.ts#L1
Cannot find module 'vitest' or its corresponding type declarations.
|
typecheck:
src/sign/utils.ts#L1
Cannot find module '@ethersproject/wallet' or its corresponding type declarations.
|
typecheck:
src/sign/utils.ts#L1
Cannot find module '@ethersproject/hash' or its corresponding type declarations.
|
typecheck:
src/sign/utils.ts#L1
Cannot find module '@ethersproject/address' or its corresponding type declarations.
|
typecheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
typecheck
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|