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

View file

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