Skip to content

Commit

Permalink
fix: fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
formulahendry committed Sep 30, 2024
1 parent 43d7b56 commit 2f0fb3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions graph-connector-app/api/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@
"sourceMap": true,
"strict": false,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"moduleResolution": "nodenext",
}
}
2 changes: 1 addition & 1 deletion graph-connector-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"nodemon": "^2.0.7",
"shx": "^0.3.3",
"ts-node": "^10.4.0",
"typescript": "^4.4.4"
"typescript": "^5.3.3"
}
}

0 comments on commit 2f0fb3a

Please sign in to comment.