diff options
Diffstat (limited to 'catalog-ui/src/typings/angularjs')
-rw-r--r-- | catalog-ui/src/typings/angularjs/angular.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/catalog-ui/src/typings/angularjs/angular.d.ts b/catalog-ui/src/typings/angularjs/angular.d.ts index 36d68e18a2..c0cb9d9890 100644 --- a/catalog-ui/src/typings/angularjs/angular.d.ts +++ b/catalog-ui/src/typings/angularjs/angular.d.ts @@ -23,7 +23,7 @@ // Definitions: https://github.com/borisyankov/DefinitelyTyped -/// <reference path="../jquery/jquery.d.ts" /> +/// <reference path="../../../node_modules/@types/jquery/index.d.ts" /> declare var angular: angular.IAngularStatic; |