Skip to content

Commit

Permalink
Replace ts-node with tsx
Browse files Browse the repository at this point in the history
Compiler powered by esbuild for fast TypeScript compilation
  • Loading branch information
pavinthan committed May 25, 2024
1 parent d866d19 commit 6e076cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"app": "npx ts-node --prefer-ts-exts bin/%name%.ts",
"app": "npx tsx bin/%name%.ts",
"watch": {
"include": ["**"],
"exclude": [
Expand Down

0 comments on commit 6e076cc

Please sign in to comment.