Skip to content

Commit

Permalink
chore: appease ts returns (#7625)
Browse files Browse the repository at this point in the history
* chore: appease ts returns

* revert: tsconfig change

* chore: trigger CI

* chore: update tsconfig

* Revert "chore: appease ts returns"

This reverts commit 5f88548.

* chore: update tsconfig

---------

Co-authored-by: gomes <17035424+gomesalexandre@users.noreply.github.com>
  • Loading branch information
0xApotheosis and gomesalexandre authored Aug 27, 2024
1 parent 8de9e3e commit b888cf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"strict": true,
"noImplicitReturns": false,

/* Module Resolution Options */
"baseUrl": "src",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"declaration": true,
"noEmit": false,
"module": "commonjs",
"noImplicitReturns": false,
},
"include": [],
"exclude": [],
Expand Down

0 comments on commit b888cf6

Please sign in to comment.