Skip to content

Commit

Permalink
feat: add tsc-alias
Browse files Browse the repository at this point in the history
  • Loading branch information
tkgstrator committed Sep 11, 2024
1 parent da892e1 commit 624fe99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"scripts": {
"build": "bun build src/index.ts --sourcemap=external --minify --outdir dist",
"prebuild": "rimraf dist",
"postbuild": "bunx tsc",
"postbuild": "bunx tsc && tsc-alias",
"lint": "bunx @biomejs/biome lint --write src",
"format": "bunx @biomejs/biome format --write src",
"deploy": "wrangler deploy --minify src/index.ts",
Expand All @@ -43,6 +43,7 @@
"husky": "^9.1.3",
"lint-staged": "^15.2.10",
"rimraf": "^6.0.1",
"tsc-alias": "^1.8.10",
"zod": "^3.23.8"
}
}

0 comments on commit 624fe99

Please sign in to comment.