diff --git a/bun.lockb b/bun.lockb new file mode 100755 index 0000000..9e5fbb0 Binary files /dev/null and b/bun.lockb differ diff --git a/package.json b/package.json index 522a766..b52264f 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,7 @@ "@actions/tool-cache": "^2.0.1" }, "devDependencies": { + "@types/bun": "^1.1.13", "@types/node": "^20.8.2", "esbuild": "^0.19.2", "prettier": "^3.4.2", diff --git a/tests/tsconfig.json b/tests/tsconfig.json new file mode 100644 index 0000000..bfd21d8 --- /dev/null +++ b/tests/tsconfig.json @@ -0,0 +1,8 @@ +{ + "extends": "../tsconfig.json", + "compilerOptions": { + "types": [ + "bun" + ] + } +} \ No newline at end of file