Skip to content

Commit aa2e0a5

Browse files
committed
Bring TS-Node back just to make Oclif happy
Turns out Oclif's built-in TS support is fully dependent on ts-node (at least for Oclif v1) so without it we'd reverted to "npm start" running the built code only, without watching & rebuilding from TS sources.
1 parent 796d44f commit aa2e0a5

File tree

2 files changed

+148
-3
lines changed

2 files changed

+148
-3
lines changed

package-lock.json

Lines changed: 147 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@
138138
"stripe": "^8.202.0",
139139
"superagent": "^7.1.1",
140140
"ts-loader": "^9.4.2",
141+
"ts-node": "^10.9.2",
141142
"tsx": "^4.16.2",
142143
"typescript": "~4.7",
143144
"umd-compat-loader": "^2.1.2",

0 commit comments

Comments
 (0)