Skip to content

Commit

Permalink
chore: use tsx instead of ts-node
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Sep 16, 2023
1 parent 8a8ddf4 commit 2a8f65a
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 100 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"release:@molt/command": "pnpm release --package @molt/command",
"release:@molt/types": "pnpm release --package @molt/types",
"release:molt": "pnpm release --package molt",
"release": "ts-node scripts/release.ts"
"release": "tsx scripts/release.ts"
},
"devDependencies": {
"@octokit/core": "^5.0.0",
Expand Down Expand Up @@ -43,7 +43,7 @@
"prettier": "3.0.3",
"semver": "^7.5.4",
"semver-regex": "4.0.5",
"ts-node": "10.9.1",
"tsx": "^3.12.10",
"typescript": "5.2.2",
"vitest": "0.34.4",
"zod": "3.22.2"
Expand Down
142 changes: 49 additions & 93 deletions pnpm-lock.yaml

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

5 changes: 0 additions & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"extends": "@tsconfig/node16/tsconfig.json",
"ts-node": {
"experimentalResolver": true,
"swc": true,
"esm": true
},
"compilerOptions": {
"lib": ["es2022"],
// Use ESM
Expand Down

0 comments on commit 2a8f65a

Please sign in to comment.