Comparing version 0.2.4 to 0.2.5
@@ -15,3 +15,3 @@ var __extends = (this && this.__extends) || function (d, b) { | ||
var chalk = require('chalk'); | ||
exports.VERSION = '0.2.4'; | ||
exports.VERSION = '0.2.5'; | ||
exports.EXTENSIONS = ['.ts', '.tsx']; | ||
@@ -25,5 +25,5 @@ function readConfig(cwd, ts) { | ||
config.compilerOptions = extend({ | ||
target: 'es5' | ||
target: 'es5', | ||
module: 'commonjs' | ||
}, config.compilerOptions, { | ||
module: 'commonjs', | ||
sourceMap: true, | ||
@@ -30,0 +30,0 @@ inlineSourceMap: false, |
{ | ||
"name": "ts-node", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"preferGlobal": true, | ||
@@ -68,5 +68,5 @@ "description": "TypeScript execution environment for node", | ||
"source-map-support": "^0.3.2", | ||
"tsconfig": "^1.0.3", | ||
"tsconfig": "^2.0.1", | ||
"xtend": "^4.0.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
+ Addedarray-union@1.0.2(transitive)
+ Addedarray-uniq@1.0.3(transitive)
+ Addedglob@6.0.4(transitive)
+ Addedglobby@4.1.0(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedpify@2.3.0(transitive)
+ Addedpinkie@2.0.4(transitive)
+ Addedpinkie-promise@2.0.1(transitive)
+ Addedstrip-json-comments@2.0.1(transitive)
+ Addedtsconfig@2.2.0(transitive)
- Removedglob@5.0.15(transitive)
- Removedtsconfig@1.1.0(transitive)
Updatedtsconfig@^2.0.1