diff --git a/bun.lockb b/bun.lockb index 99143a7..7b8645e 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index cd5329f..055aea8 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "author": "Robert Soriano ", "devDependencies": { "bun-plugin-dts": "^0.2.1", - "bun-types": "^1.0.7", + "@types/bun": "^1.0.0", "typescript": "^5.2.2" } } diff --git a/tsconfig.json b/tsconfig.json index ac7f3cb..b7cd75b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,6 @@ "allowJs": true, "noEmit": true, "outDir": "dist", - "resolveJsonModule": true, - "types": ["bun-types"] + "resolveJsonModule": true } }