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;