initial template implementation #1
Annotations
8 errors
lint:
src/example.test.ts#L3
Cannot find name 'describe'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
|
lint:
src/example.test.ts#L4
Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
|
lint:
src/example.test.ts#L5
Cannot find name 'expect'.
|
lint:
src/index.ts#L1
Cannot find module 'dotenv' or its corresponding type declarations.
|
lint:
src/index.ts#L2
Cannot find module 'ethers' or its corresponding type declarations.
|
lint:
src/index.ts#L7
Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
|
lint:
src/index.ts#L8
Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
|
lint
Process completed with exit code 2.
|