Skip to content

Commit 13220e7

Browse files
committed
chore(pkg): use @types/bun
1 parent 63c0e50 commit 13220e7

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

bun.lockb

-414 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
},
3131
"devDependencies": {
3232
"@tsconfig/bun": "^1.0.1",
33+
"@types/bun": "^1.2.11",
3334
"@types/web": "^0.0.228",
34-
"bun-types": "^1.0.20",
3535
"htmx.org": "^1.9.10",
3636
"prettier": "^3.1.1",
3737
"typescript": "^5.0.0"

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"extends": "@tsconfig/bun/tsconfig.json",
33
"compilerOptions": {
44
"lib": ["DOM", "ESNext"],
5-
"types": ["web", "bun-types"],
5+
"types": ["web"],
66
"verbatimModuleSyntax": true,
77
"strict": true
88
},

0 commit comments

Comments
 (0)