* 🐛 fix(api.ts): return message content instead of whole response object

* 🚀 chore(generateCommitMessageFromGitDiff.ts): filter out null promises and update TODO comment
* 🚀 chore(tsconfig.json): update target to ES2020 and remove ES5 from lib
This commit is contained in:
di-sukharev
2023-03-07 15:51:10 +08:00
parent 55e9adf73d
commit 1ea5fbc430
3 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "ESNext",
"target": "ES2020",
"lib": ["ES5", "ES6"],
"module": "ESNext",