Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Remove ts-node
Browse files Browse the repository at this point in the history
  • Loading branch information
KendallWeihe committed Oct 8, 2024
1 parent f4e6f87 commit f64c939
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/hosted-wallet-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@
"main": "index.js",
"type": "module",
"scripts": {
"start": "ts-node src/hello.ts"
"start": "tsc && node dist/hello.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/node": "^22.7.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
},
"dependencies": {
Expand Down

0 comments on commit f64c939

Please sign in to comment.