File tree 3 files changed +11
-1
lines changed 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 43
43
"node" : " >=4"
44
44
},
45
45
"scripts" : {
46
- "test" : " xo && flow check test/flow-types && nyc tap --no-cov --timeout=150 --jobs=4 test/*.js test/reporters/*.js" ,
46
+ "test" : " xo && flow check test/flow-types && tsc -p test/ts-types && nyc tap --no-cov --timeout=150 --jobs=4 test/*.js test/reporters/*.js" ,
47
47
"test-win" : " tap --no-cov --reporter=classic --timeout=150 --jobs=4 test/*.js test/reporters/*.js" ,
48
48
"visual" : " node test/visual/run-visual-tests.js" ,
49
49
"prepublish" : " npm run make-ts" ,
188
188
"tap" : " ^10.0.0" ,
189
189
"temp-write" : " ^3.1.0" ,
190
190
"touch" : " ^1.0.0" ,
191
+ "typescript" : " ^2.2.2" ,
191
192
"xo" : " ^0.18.0" ,
192
193
"zen-observable" : " ^0.5.1"
193
194
},
Original file line number Diff line number Diff line change
1
+ * .js
Original file line number Diff line number Diff line change
1
+ {
2
+ "compilerOptions" : {
3
+ "module" : " commonjs" ,
4
+ "target" : " es6" ,
5
+ "noImplicitAny" : false ,
6
+ "sourceMap" : false
7
+ }
8
+ }
You can’t perform that action at this time.
0 commit comments