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

This commit is contained in:
Jesse Wierzbinski 2024-05-28 13:57:04 -10:00
parent 09a9f0bbf5
commit 16eae048c8
No known key found for this signature in database
3 changed files with 3 additions and 6 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -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": {

View file

@ -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"]
}