Skip to content

Commit

Permalink
build(tsc): update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoPaTo committed Jun 29, 2024
1 parent 705cbb9 commit 18544b9
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 79 deletions.
163 changes: 86 additions & 77 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"telegram-format": "^3.1.0"
},
"devDependencies": {
"@sindresorhus/tsconfig": "^5.0.0",
"@sindresorhus/tsconfig": "^6.0.0",
"@types/json-stable-stringify": "^1.0.32",
"@types/node": "^20.10.0",
"typescript": "^5.5.2",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@sindresorhus/tsconfig/tsconfig.json",
"extends": "@sindresorhus/tsconfig",
"include": [
"source"
],
Expand Down

0 comments on commit 18544b9

Please sign in to comment.