This commit is contained in:
2016-07-01 05:44:34 +02:00
parent 8f57bf4dd5
commit 778f057d87
3 changed files with 4 additions and 5 deletions

View File

@ -22,4 +22,4 @@ export import smartfile = require("smartfile");
export import smartpath = require("smartpath");
export import smartstring = require("smartstring");
export let sourceMapSupport = require("source-map-support").install(); // this is required to display errors correctly during testing
export import tsn = require("tsn");
export let tsn = require("tsn");