v10.1.0v10.0.0
Reading changes from the repo…
--scope
option is now available in the CLI, along with support for scope
in tsconfig.json
, giving you more control over your project settings. ts-node
options can now be extended in your tsconfig.json
, making it easier to manage configurations across multiple files. 'use strict'
after an empty line, providing a cleaner and more intuitive interaction. --showConfig
output now places the ts-node
object at the top, making it more visible and easier to find your configuration settings. -e
, and piped stdin contexts to ensure they behave consistently with Node.js, enhancing the interactive experience. keepClassNames
option in SWC configuration, ensuring compatibility with popular libraries like TypeORM.