update to commonjs module structure

This commit is contained in:
2016-02-17 21:44:40 +01:00
parent 1d488c308e
commit 340e971738
46 changed files with 6257 additions and 341 deletions

3
ts/smartenv.plugins.ts Normal file
View File

@@ -0,0 +1,3 @@
/// <reference path="typings/main.d.ts" />
export var beautylog = require("beautylog");
export var _ = require("lodash");