Skip to content

Commit

Permalink
chore: use @types/bun
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-run committed Feb 3, 2024
1 parent ef10764 commit 35c47af
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"pg": "^8.11.3"
},
"devDependencies": {
"@types/bun": "^1.0.4",
"@types/pg": "^8.10.9",
"bun-types": "^1.0.25",
"prettier": "^3.2.4"
},
"peerDependencies": {
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"allowJs": true,
"types": ["bun-types"],
},
}

0 comments on commit 35c47af

Please sign in to comment.