Skip to content

Commit

Permalink
Use tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhammes committed Jan 3, 2024
1 parent 57a9fc4 commit e343cb4
Show file tree
Hide file tree
Showing 2 changed files with 272 additions and 5 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
"@swc/jest": "^0.2.26",
"@types/jest": "^29.5.2",
"@types/node": "^18.16.19",
"jest": "^29.6.1"
"jest": "^29.6.1",
"tsx": "^4.7.0"
},
"scripts": {
"start": "ts-node --esm src/index.ts",
"start": "tsx src/index.ts",
"build": "tsc",
"test": "jest"
}
Expand Down
272 changes: 269 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e343cb4

Please sign in to comment.