Skip to content

Commit a0a86fa

Browse files
committed
swap ts-node for tsx
1 parent 6fecb48 commit a0a86fa

File tree

2 files changed

+172
-89
lines changed

2 files changed

+172
-89
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@
9797
"server-only": "^0.0.1",
9898
"sharp": "^0.33.4",
9999
"tailwindcss-scoped-preflight": "^3.0.4",
100-
"textarea-markdown-editor": "^1.0.4"
100+
"textarea-markdown-editor": "^1.0.4",
101+
"tsx": "^4.19.2"
101102
},
102103
"devDependencies": {
103104
"@babel/preset-typescript": "^7.15.0",
@@ -121,7 +122,6 @@
121122
"postcss": "^8.4.33",
122123
"prettier": "^3.2.4",
123124
"tailwindcss": "^3.4.1",
124-
"ts-node": "^10.9.1",
125125
"typescript": "^5",
126126
"vite-tsconfig-paths": "^5.0.1",
127127
"vitest": "^2.1.1",

0 commit comments

Comments
 (0)