File tree Expand file tree Collapse file tree 3 files changed +1215
-1567
lines changed Expand file tree Collapse file tree 3 files changed +1215
-1567
lines changed Original file line number Diff line number Diff line change 26
26
"xml-js" : " ^1.6.11"
27
27
},
28
28
"devDependencies" : {
29
- "@types/jest" : " ^23.3.1 " ,
29
+ "@types/jest" : " ^24.0.15 " ,
30
30
"codeclimate-test-reporter" : " ^0.5.0" ,
31
- "coveralls" : " ^2.13.1 " ,
32
- "jest" : " ^23.4.2 " ,
33
- "prettier" : " ^1.14.0 " ,
34
- "source-map-loader" : " ^0.2.3 " ,
35
- "ts-jest" : " ^23.1 .2" ,
36
- "tslint" : " ^5.11 .0" ,
37
- "typescript" : " ^3.0.1 "
31
+ "coveralls" : " ^3.0.4 " ,
32
+ "jest" : " ^24.8.0 " ,
33
+ "prettier" : " ^1.18.2 " ,
34
+ "source-map-loader" : " ^0.2.4 " ,
35
+ "ts-jest" : " ^24.0 .2" ,
36
+ "tslint" : " ^5.18 .0" ,
37
+ "typescript" : " ^3.5.2 "
38
38
},
39
39
"engines" : {
40
40
"node" : " >=0.4.0"
Original file line number Diff line number Diff line change 4
4
"allowUnusedLabels" : false ,
5
5
"baseUrl" : " ." ,
6
6
"declaration" : true ,
7
+ "lib" : [" es2015" ],
7
8
"module" : " commonjs" ,
8
9
"noFallthroughCasesInSwitch" : true ,
9
10
"noImplicitAny" : true ,
You can’t perform that action at this time.
0 commit comments