chore: 📦 Replace bun-types with @types/bun

This commit is contained in:
Jesse Wierzbinski 2024-05-28 13:58:38 -10:00
parent a87a474a62
commit fbc0c2c586
No known key found for this signature in database
4 changed files with 2 additions and 5 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -76,7 +76,7 @@
},
"devDependencies": {
"@biomejs/biome": "^1.7.0",
"@types/bun": "^1.1.2",
"@types/bun": "^1.1.3",
"@types/cli-progress": "^3.11.5",
"@types/cli-table": "^0.3.4",
"@types/html-to-text": "^9.0.4",

@ -1 +1 @@
Subproject commit 09a9f0bbf50d041f035ea4ee042d715c59b5e4b3
Subproject commit 16eae048c886de41f3bb9048fe3aeff113a442ef

View file

@ -21,9 +21,6 @@
"emitDecoratorMetadata": false,
"experimentalDecorators": true,
"verbatimModuleSyntax": true,
"types": [
"bun-types" // add Bun global
],
"paths": {
"@*": ["./utils/*"],
"~*": ["./*"],