From 9f6b9f832ee3de694f46352ae2cc73769e28ce98 Mon Sep 17 00:00:00 2001 From: berickson1 Date: Thu, 10 Dec 2015 13:04:11 -0800 Subject: [PATCH] Add typescript definition info to packages.json --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7e410eaf50b..7064fb8db73 100644 --- a/package.json +++ b/package.json @@ -42,5 +42,8 @@ "peerDependencies": { "typescript": ">=1.7.3" }, - "license": "Apache-2.0" + "license": "Apache-2.0", + "typescript": { + "definition": "lib/tslint.d.ts" + } }