typescript-for-nodejs-template-by-captain-jack
Advanced tools
Comparing version
{ | ||
"name": "typescript-for-nodejs-template-by-captain-jack", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Fast and Easy starter files to immediately work with TS in Nodejs", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -14,3 +14,3 @@ { | ||
/* Language and Environment */ | ||
"target": "ES5", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */ | ||
"target": "ES6", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */ | ||
// "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */ | ||
@@ -17,0 +17,0 @@ // "jsx": "preserve", /* Specify what JSX code is generated. */ |