Skip to content

Commit

Permalink
switch to @types/bun
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano committed Dec 25, 2023
1 parent d4e03c9 commit 2f79c0c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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 @@ -24,7 +24,7 @@
"author": "Robert Soriano <sorianorobertc@gmail.com>",
"devDependencies": {
"bun-plugin-dts": "^0.2.1",
"bun-types": "^1.0.7",
"@types/bun": "^1.0.0",
"typescript": "^5.2.2"
}
}
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"allowJs": true,
"noEmit": true,
"outDir": "dist",
"resolveJsonModule": true,
"types": ["bun-types"]
"resolveJsonModule": true
}
}

0 comments on commit 2f79c0c

Please sign in to comment.