meteor-typescript
Advanced tools
Comparing version
@@ -128,4 +128,4 @@ var assert = require("assert"); | ||
_.each(filePaths, function (filePath) { | ||
typings = typings.concat( | ||
compileService.getRefTypings(filePath)); | ||
// typings = typings.concat( | ||
// compileService.getRefTypings(filePath)); | ||
if (tsu.isTypings(filePath)) { | ||
@@ -209,3 +209,3 @@ typings.push(filePath); | ||
// re-compiling same files aimed for diff arch. | ||
var noArchOpts = _.omit(options, 'arch'); | ||
var noArchOpts = _.omit(options, 'arch', 'useCache'); | ||
var csOptions = { | ||
@@ -212,0 +212,0 @@ options: noArchOpts, |
{ | ||
"name": "meteor-typescript", | ||
"author": "@barbatus", | ||
"version": "0.7.7-beta.13", | ||
"version": "0.7.7-beta.14", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "description": "TypeScript wrapper package for use with Meteor", |
60402
0.03%