We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@types/bun
bun-types
1 parent 13d4bf4 commit 206bf7dCopy full SHA for 206bf7d
bun.lockb
1.51 KB
package.json
@@ -29,11 +29,12 @@
29
"windicss": "^3.5.6"
30
},
31
"devDependencies": {
32
+ "@types/bun": "^1.0.8",
33
"@types/node": "^20.9.4",
- "bun-types": "^1.0.13",
34
"cheerio": "1.0.0-rc.12",
35
"flexsearch": "^0.7.31",
36
"markdown-it": "^13.0.2",
37
+ "view-transitions-api-types": "^0.1.1",
38
"vitepress": "1.0.0-rc.29",
39
"vue": "^3.3.8"
40
tsconfig.json
@@ -8,8 +8,5 @@
8
9
// so that if your project isn't using TypeScript, it still has autocomplete
10
"allowJs": true,
11
-
12
- // "bun-types" is the important part
13
- "types": ["bun-types"]
14
}
15
0 commit comments