File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 3
3
"compilerOptions" : {
4
4
"outDir" : " ../out-tsc/e2e" ,
5
5
"module" : " es2015" ,
6
- "types" :[]
6
+ "types" : [
7
+ " mocha"
8
+ ]
7
9
},
8
10
"include" : [
9
11
" **/*.ts"
Original file line number Diff line number Diff line change 54
54
"@ngx-translate/http-loader" : " 4.0.0" ,
55
55
"@types/jasmine" : " 2.8.7" ,
56
56
"@types/jasminewd2" : " 2.0.3" ,
57
+ "@types/mocha" : " ^5.2.6" ,
57
58
"@types/node" : " 8.9.4" ,
58
59
"chai" : " ^4.2.0" ,
59
60
"codelyzer" : " 4.5.0" ,
71
72
"karma-jasmine-html-reporter" : " 1.4.0" ,
72
73
"mocha" : " 6.0.2" ,
73
74
"npm-run-all" : " 4.1.5" ,
74
- "spectron" : " 5.0.0" ,
75
75
"rxjs" : " 6.4.0" ,
76
+ "spectron" : " 5.0.0" ,
76
77
"ts-node" : " 7.0.1" ,
77
78
"tslint" : " 5.11.0" ,
78
79
"typescript" : " 3.2.4" ,
Original file line number Diff line number Diff line change 6
6
"emitDecoratorMetadata" : true ,
7
7
"experimentalDecorators" : true ,
8
8
"target" : " es5" ,
9
- "typeRoots " : [
10
- " node_modules/@types "
9
+ "types " : [
10
+ " node "
11
11
],
12
12
"lib" : [
13
13
" es2017" ,
You can’t perform that action at this time.
0 commit comments