Skip to content

Commit

Permalink
Update typescript version (finally)
Browse files Browse the repository at this point in the history
An empty tsconfig.tap.json file is the more reliable way of disabling typescript support in tap.
  • Loading branch information
bcomnes committed Apr 6, 2024
1 parent c10ccaf commit e7c20fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@types/markdown-it": "^13.0.5",
"@types/markdown-it-footnote": "^3.0.2",
"@types/node": "^20.8.4",
"@voxpelli/tsconfig": "^9.0.0",
"@voxpelli/tsconfig": "^11.0.0",
"auto-changelog": "^2.0.0",
"dependency-cruiser": "^16.0.0",
"gh-release": "^7.0.0",
Expand All @@ -71,7 +71,7 @@
"snazzy": "^9.0.0",
"standard": "^17.0.0",
"tap": "^18.4.0",
"typescript": "~5.2.2"
"typescript": "~5.4.4"
},
"homepage": "https://github.com/bcomnes/top-bun",
"keywords": [],
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": "@voxpelli/tsconfig/node18.json",
"extends": "@voxpelli/tsconfig/node20.json",
"compilerOptions": {
"skipLibCheck": true
},
Expand Down
1 change: 1 addition & 0 deletions tsconfig.tap.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}

0 comments on commit e7c20fc

Please sign in to comment.