diff --git a/package.json b/package.json index f5ed46e..ea9054b 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,7 @@ "easyserve": "^0.0.5", "gulp": "^3.9.1", "gulp-browser": "^2.1.4", - "npmts": "^5.1.13" + "npmts": "^5.1.13", + "typings-test": "^1.0.1" } } diff --git a/test/test.ts b/test/test.ts index 8535567..db3c7d5 100644 --- a/test/test.ts +++ b/test/test.ts @@ -1,4 +1,4 @@ -/// +import "typings-test"; import beautylog = require('../dist/index.js'); describe("beautylog",function(){