Update dependency @types/express to v5 #725
Annotations
8 errors
test:
src/express/index.ts#L1
Could not find a declaration file for module 'express'. '/home/runner/work/typed-api-spec/typed-api-spec/node_modules/express/index.js' implicitly has an 'any' type.
|
test:
src/express/index.ts#L15
Cannot find module 'express-serve-static-core' or its corresponding type declarations.
|
test:
src/express/index.ts#L137
Parameter 'req' implicitly has an 'any' type.
|
test:
src/express/index.ts#L137
Parameter 'res' implicitly has an 'any' type.
|
test:
src/express/index.ts#L137
Parameter 'next' implicitly has an 'any' type.
|
test:
src/express/index.ts#L180
Property 'apply' does not exist on type '((string extends keyof Router ? Router[keyof Router & string] : any) & Function) | ((symbol extends keyof Router ? Router[keyof Router & symbol] : any) & Function)'.
|
test:
src/express/index.ts#L187
Property 'apply' does not exist on type '((string extends keyof Router ? Router[keyof Router & string] : any) & Function) | ((symbol extends keyof Router ? Router[keyof Router & symbol] : any) & Function)'.
|
test
Process completed with exit code 1.
|