Replies: 1 comment 1 reply
-
yes just do ts-node --project tsconfig.dev.json myfile.ts to use a specific tsconfig.json |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like that, instead of updating
tsconfig.json
to useswc
, I could selectts-node
to use it instead.tsconfig.json
is (usually) a production-committed artifact. ts-node fits the REPL role - which is more "dev preferance"-specificBeta Was this translation helpful? Give feedback.
All reactions