Skip to content

Commit e14098d

Browse files
committed
refactor: use tsx
1 parent 2c28787 commit e14098d

File tree

2 files changed

+13
-19
lines changed

2 files changed

+13
-19
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"scripts": {
2525
"start": "node ./bin/jike-cli.js",
26-
"dev": "esmo src/index.ts",
26+
"dev": "tsx src/index.ts",
2727
"lint": "eslint . --ext .vue,.js,.ts,.jsx,.tsx",
2828
"lint:fix": "eslint . --fix --ext .vue,.js,.ts,.jsx,.tsx",
2929
"build": "tsup",
@@ -49,10 +49,10 @@
4949
"date-fns": "^2.28.0",
5050
"eslint": "^8.15.0",
5151
"eslint-define-config": "^1.4.1",
52-
"esmo": "^0.15.0",
5352
"fast-glob": "^3.2.11",
5453
"prettier": "^2.6.2",
5554
"tsup": "^5.12.8",
55+
"tsx": "^3.4.0",
5656
"typescript": "^4.6.4"
5757
},
5858
"engines": {

pnpm-lock.yaml

Lines changed: 11 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)