mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Fix the types
This commit is contained in:
@@ -1,11 +1,3 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"lib": ["ESNext"],
|
||||
"allowJs": true,
|
||||
"checkJs": true,
|
||||
"noEmit": true,
|
||||
"target": "esnext",
|
||||
"module": "esnext",
|
||||
"types": ["../../types/bun"]
|
||||
}
|
||||
"extends": "../../tsconfig.json"
|
||||
}
|
||||
|
||||
7
tsconfig.json
Normal file
7
tsconfig.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"lib": ["ESNext"],
|
||||
"typeRoots": ["./types"],
|
||||
"types": ["bun"]
|
||||
}
|
||||
}
|
||||
1473
types/bun/bun.d.ts
vendored
1473
types/bun/bun.d.ts
vendored
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"name": "@types/bun",
|
||||
"name": "bun",
|
||||
"types": "./bun.d.ts"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user