create basic structure

This commit is contained in:
2016-06-19 20:08:34 +02:00
parent 27b583cf87
commit 8b715c52ac
4 changed files with 35 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
import "typings-global";
export import beautylog = require("beautylog");
export import path = require("path");
export import smartfile = require("smartfile");