Skip to content

Commit

Permalink
Add ts node
Browse files Browse the repository at this point in the history
  • Loading branch information
Peterclark1996 committed Jun 9, 2024
1 parent 76bc815 commit 1cb1769
Show file tree
Hide file tree
Showing 4 changed files with 313 additions and 6 deletions.
157 changes: 155 additions & 2 deletions packages/create-s2ts/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/create-s2ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"@babel/preset-typescript": "^7.24.7",
"@types/node": "^20.14.2",
"prettier": "^3.3.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"prettier": {
Expand All @@ -37,6 +38,5 @@
"semi": false,
"arrowParens": "avoid",
"printWidth": 160
},
"dependencies": {}
}
}
Loading

0 comments on commit 1cb1769

Please sign in to comment.