From 869a02d6d0f2816b151dd9939d679d203fd2ff62 Mon Sep 17 00:00:00 2001 From: Nikita Petrov Date: Fri, 8 Apr 2016 15:51:21 +0500 Subject: [PATCH] Adding modern TS-compatible typings annotation into the package --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 2341f9f..79b90ff 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ "dts-generator": "^1.6.3", "reflect-metadata": "^0.1.3" }, + "typings": "target/src/core/di.d.ts", "typescript": { "definition": "target/ditsy.d.ts" }