This commit is contained in:
2017-08-15 19:28:23 +02:00
parent 1cc73fe8cb
commit e81188e756
14 changed files with 501 additions and 44 deletions

View File

@ -1,2 +1,3 @@
import "typings-global";
import * as plugins from "./smarttime.plugins";
import * as plugins from './smarttime.plugins'
export let standardExport = 'Hi there! :) This is a exported string'

View File

@ -1,3 +1 @@
import "typings-global";
export import beautylog = require("beautylog");
export let q = require("q");
import 'typings-global'