From 291218878505ef35163882e43dd2fdd11228b4ef Mon Sep 17 00:00:00 2001 From: Sridhar S Date: Fri, 2 Jun 2017 10:05:15 +0530 Subject: [PATCH 1/2] resolved compilation error --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index cc7784ed73..f08a97e5d9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,7 +17,7 @@ "allowJs": false, "forceConsistentCasingInFileNames": true, "moduleResolution": "node", - "types": ["jasmine","jasmine-ajax","requirejs","chai","es6-promise"], + "types": ["requirejs","chai","es6-promise"], "suppressImplicitAnyIndexErrors": true }, "exclude": [ From 22792bee2ce985103f581a758d80c0695ff55762 Mon Sep 17 00:00:00 2001 From: Sridhar S Date: Fri, 2 Jun 2017 10:06:36 +0530 Subject: [PATCH 2/2] resolved compilation error --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 81a4082cac..b8acdb9c6f 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "devDependencies": { "@types/chai": "^3.4.28", "@types/es6-promise": "0.0.28", + "@types/requirejs": "^2.1.26", "es6-promise": "^3.2.1", "gulp": "^3.9.1", "gulp-sass": "^3.1.0", @@ -28,4 +29,4 @@ "scripts": { "build": "gulp build" } -} \ No newline at end of file +}