diff --git a/bun.lockb b/bun.lockb index 9202f8c..7ec9665 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 8072c1f..7550aec 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/tsconfig.json b/tsconfig.json index 674c9ce..c8aa060 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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"] }