Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/validation/error.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export type AdapterErrorResponse = {
export class AdapterError extends Error {
status: string
statusCode: number
cause: unknown
override cause: unknown
url?: string
errorResponse: unknown
feedID?: string
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"outDir": "dist",
"rootDir": ".",
"target": "es2020",
"target": "es2022",
"esModuleInterop": true,
"moduleResolution": "node",
"module": "CommonJS",
Expand Down
Loading