mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
chore: 📦 Replace bun-types with @types/bun
This commit is contained in:
parent
a87a474a62
commit
fbc0c2c586
|
|
@ -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
|
||||
|
|
@ -21,9 +21,6 @@
|
|||
"emitDecoratorMetadata": false,
|
||||
"experimentalDecorators": true,
|
||||
"verbatimModuleSyntax": true,
|
||||
"types": [
|
||||
"bun-types" // add Bun global
|
||||
],
|
||||
"paths": {
|
||||
"@*": ["./utils/*"],
|
||||
"~*": ["./*"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue