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 bc5c66b commit 23d3720
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
"grammy": "^1.19.2"
},
"devDependencies": {
"@sindresorhus/tsconfig": "^5.0.0",
"@sindresorhus/tsconfig": "^6.0.0",
"@types/node": "^18.17.12",
"c8": "^10.1.2",
"del-cli": "^5.0.0",
"grammy": "^1.19.2",
"typescript": "^5.0.2",
"typescript": "^5.5.2",
"xo": "^0.58.0"
},
"files": [
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": [
"examples",
"source",
Expand Down

0 comments on commit 23d3720

Please sign in to comment.