Skip to content

Commit

Permalink
chore: fix typescript compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuditi committed Jul 19, 2023
1 parent beb4bd5 commit 6507767
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bindings/nodejs/examples/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"sourceMap": true,
"strict": true,
"moduleResolution": "node",
"types": ["node"],
"esModuleInterop": true,
"noImplicitAny": true,
"removeComments": true,
Expand Down

0 comments on commit 6507767

Please sign in to comment.