add build and lint workflow in CI, fix lint errors #2
Annotations
10 errors
catalog.test.ts#L1
Cannot find module 'vitest' or its corresponding type declarations.
|
catalog.test.ts#L6
Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
|
catalog.ts#L3
Cannot find module 'node:fs' or its corresponding type declarations.
|
chat.test.ts#L1
Cannot find module 'vitest' or its corresponding type declarations.
|
chat.test.ts#L4
Cannot find module 'stream' or its corresponding type declarations.
|
chat.test.ts#L7
Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
|
chat.test.ts#L135
Parameter 'data' implicitly has an 'any' type.
|
chat.test.ts#L141
Parameter 'data' implicitly has an 'any' type.
|
chat.test.ts#L165
Parameter 'data' implicitly has an 'any' type.
|
chat.ts#L3
Cannot find module 'stream' or its corresponding type declarations.
|
This job failed
Loading