Skip to content

Commit

Permalink
Fix type checking of the declaration file
Browse files Browse the repository at this point in the history
Change-type: patch
  • Loading branch information
Page- committed Jun 3, 2024
1 parent a991704 commit 17dc377
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion odata-parser.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ export interface ODataOptions {
| OrderByOption
| FormatOption
| number
| boolean;
| boolean
| undefined;
}
export interface ODataQuery extends ResourceOptions {
resource: any;
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"removeComments": true,
"sourceMap": true,
"declaration": true,
"skipLibCheck": true,
"outDir": "out",
"allowJs": true
},
Expand Down

0 comments on commit 17dc377

Please sign in to comment.