Skip to content

Commit 0ef6739

Browse files
authored
Merge pull request #2 from SridharSathaSivam/compilation-error
Compilation error fix
2 parents feb84ae + 22792be commit 0ef6739

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"devDependencies": {
1919
"@types/chai": "^3.4.28",
2020
"@types/es6-promise": "0.0.28",
21+
"@types/requirejs": "^2.1.26",
2122
"es6-promise": "^3.2.1",
2223
"gulp": "^3.9.1",
2324
"gulp-sass": "^3.1.0",
@@ -28,4 +29,4 @@
2829
"scripts": {
2930
"build": "gulp build"
3031
}
31-
}
32+
}

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"allowJs": false,
1818
"forceConsistentCasingInFileNames": true,
1919
"moduleResolution": "node",
20-
"types": ["jasmine","jasmine-ajax","requirejs","chai","es6-promise"],
20+
"types": ["requirejs","chai","es6-promise"],
2121
"suppressImplicitAnyIndexErrors": true
2222
},
2323
"exclude": [

0 commit comments

Comments
 (0)