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