Add typescript #21
Annotations
3 errors
main:
node_modules/@types/node/globals.d.ts#L72
Subsequent variable declarations must have the same type. Variable 'AbortSignal' must be of type '{ new (): AbortSignal; prototype: AbortSignal; abort(reason?: any): AbortSignal; timeout(milliseconds: number): AbortSignal; }', but here has type '{ new (): AbortSignal; prototype: AbortSignal; }'.
|
main:
node_modules/@types/node/http2.d.ts#L1053
Interface 'ClientSessionOptions' incorrectly extends interface 'SessionOptions'.
|
main
Process completed with exit code 1.
|