v8.0.0v7.0.1
Reading changes from the repo…
execArgv
when using ts-node
arguments, enhancing compatibility with various Node.js configurations. compiler
option is added back, allowing you to specify a custom compiler with require.resolve
, improving flexibility in your TypeScript projects. typescript
package is now treated as a peer dependency, ensuring better compatibility and reducing potential issues with TypeScript versions. tsconfig.json
is created for older TypeScript versions, making it easier to work with legacy projects. ts-node
handles module compilation, ensuring users understand the necessary setup for their projects.