Skip to content

Commit 206bf7d

Browse files
committed
✨ refactor: use @types/bun instead of bun-types
1 parent 13d4bf4 commit 206bf7d

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

bun.lockb

1.51 KB
Binary file not shown.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,12 @@
2929
"windicss": "^3.5.6"
3030
},
3131
"devDependencies": {
32+
"@types/bun": "^1.0.8",
3233
"@types/node": "^20.9.4",
33-
"bun-types": "^1.0.13",
3434
"cheerio": "1.0.0-rc.12",
3535
"flexsearch": "^0.7.31",
3636
"markdown-it": "^13.0.2",
37+
"view-transitions-api-types": "^0.1.1",
3738
"vitepress": "1.0.0-rc.29",
3839
"vue": "^3.3.8"
3940
},

tsconfig.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,5 @@
88

99
// so that if your project isn't using TypeScript, it still has autocomplete
1010
"allowJs": true,
11-
12-
// "bun-types" is the important part
13-
"types": ["bun-types"]
1411
}
1512
}

0 commit comments

Comments
 (0)