Added experimental output caching, enabled if TYPESCRIPT_CACHE is set to any truthy value. The javascript and source maps produced by Typescript will then be stored under .meteor/local/.typescript-incremental/v1cache and updated based on the incremental build support.
Reinstated change to make watch mode work during meteor test by sending in source path as "path" to addJavaScript.