diff --git a/package.json b/package.json index 3757757..ba30148 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "type": "module", "main": "./dist/index.js", "scripts": { - "build": "bun build index.ts --target bun --outdir dist" + "build": "tsc" }, "devDependencies": { "@types/bun": "latest",