mirror of
https://github.com/versia-pub/api.git
synced 2025-12-06 08:28:19 +01:00
chore: 📦 Replace bun-types with @types/bun
This commit is contained in:
parent
09a9f0bbf5
commit
16eae048c8
|
|
@ -8,8 +8,8 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^1.7.3",
|
||||
"bun-plugin-dts": "^0.2.3",
|
||||
"bun-types": "^1.1.8"
|
||||
"@types/bun": "^1.1.3",
|
||||
"bun-plugin-dts": "^0.2.3"
|
||||
},
|
||||
"trustedDependencies": ["@biomejs/biome"],
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -20,10 +20,7 @@
|
|||
"allowJs": true,
|
||||
"emitDecoratorMetadata": false,
|
||||
"experimentalDecorators": true,
|
||||
"verbatimModuleSyntax": true,
|
||||
"types": [
|
||||
"bun-types" // add Bun global
|
||||
]
|
||||
"verbatimModuleSyntax": true
|
||||
},
|
||||
"include": ["*.ts", "*.d.ts", "**/*.ts", "**/*.d.ts"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue