Releases: TypeStrong/ts-node
Releases · TypeStrong/ts-node
Include Source Map Sources
Fixed
- Publish package with source map sources
Fake Output Directory
Fixed
- Fake the output directory for TypeScript compilation (#133)
Performance Improvements
Changed
- Changed the way diagnostics are checked for a major perf boost (#129, 2.5x faster)
- Added the
--fast
option to skip type checking and only use the transpiler (#130, 1.5x faster using--fast
) - Add
--compilerOptions
flag to specify options as JSON (#128) - Enable the ability to pass node flags through to running script (#131)
Correct config resolve
Changed
- Switch back to
tsconfig
for resolving thetsconfig.json
file -typescript@latest
is still buggy
Correct project environment variable
Fixed
- Correct the usage of project environment variable (bcf196b)
Source Map Support Environment
Changed
- Set
source-map-support
tonode
for environments that might look likewindow
instead
Absolute Paths
Fixed
- Enable usage with absolute path to scripts
Generate with Inline Source Maps
Changed
- Generating with inlined source maps, but can lack of
sourceRoot
means errors are relative
Load With No `tsconfig.json`
Fixed
- Correct start up when no
tsconfig.json
is present
Export Version
Fixed
- Correct export of version from
package.json
, fixes erroneous releases with outdated versions