From 32f4967d37897bcfb2e613fd059aaaf786a2df75 Mon Sep 17 00:00:00 2001 From: nixa <4dmitr@gmail.com> Date: Fri, 29 Apr 2016 17:45:20 +0300 Subject: [PATCH] got rid of jquery $ warning --- src/custom-typings.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/custom-typings.d.ts b/src/custom-typings.d.ts index 14c7d8ad..a23dc742 100644 --- a/src/custom-typings.d.ts +++ b/src/custom-typings.d.ts @@ -29,6 +29,7 @@ import * as _ from 'lodash' * */ +declare var $:any; // Extra variables that live on Global that will be replaced by webpack DefinePlugin declare var ENV: string;