Telegram Notification bot for proposal #2
Annotations
10 errors
compile:
notification-bot/src/index.ts#L1
Cannot find module '@apibara/protocol' or its corresponding type declarations.
|
compile:
notification-bot/src/index.ts#L8
Cannot find module '@apibara/starknet' or its corresponding type declarations.
|
compile:
notification-bot/src/index.ts#L10
Cannot find module 'starknet' or its corresponding type declarations.
|
compile:
notification-bot/src/index.ts#L11
Cannot find module 'dotenv' or its corresponding type declarations.
|
compile:
notification-bot/src/index.ts#L12
Cannot find module 'fs' or its corresponding type declarations.
|
compile:
notification-bot/src/index.ts#L13
Cannot find module 'toml' or its corresponding type declarations.
|
compile:
notification-bot/src/index.ts#L18
Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
|
compile:
notification-bot/src/index.ts#L29
Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
|
compile:
notification-bot/src/index.ts#L72
Parameter 'err' implicitly has an 'any' type.
|
compile:
notification-bot/src/index.ts#L72
Parameter 'retryCount' implicitly has an 'any' type.
|