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