now using typings that resolve with modules

This commit is contained in:
2016-05-23 08:15:47 +02:00
parent 66e9d29667
commit 2599753877
32 changed files with 45 additions and 34 deletions

1
test/test.d.ts vendored
View File

@ -0,0 +1 @@
import "typings-test";

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
/// <reference path="../ts/typings/index.d.ts" />
import "typings-test";
import * as smartfile from "../dist/index.js";
let beautylog = require("beautylog");
let gulp = require("gulp");