Skip to content

Commit efb28bc

Browse files
committed
chore: Use tsc
1 parent 3f88c2f commit efb28bc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

bun.lockb

-22.2 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"dist"
2323
],
2424
"scripts": {
25-
"build": "tsup src/index.ts --format esm --dts --minify --clean --sourcemap",
25+
"build": "tsc",
2626
"lint": "eslint .",
2727
"fmt": "prettier --write .",
2828
"fmt:check": "prettier --check .",
@@ -47,7 +47,6 @@
4747
"react": "^18.2.0",
4848
"react-dom": "^18.2.0",
4949
"semantic-release": "^21.1.0",
50-
"tsup": "^7.2.0",
5150
"typescript": "^5.2.2",
5251
"vitest": "^0.34.6"
5352
}

0 commit comments

Comments
 (0)