File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 4343 "node" : " >=4"
4444 },
4545 "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" ,
4747 "test-win" : " tap --no-cov --reporter=classic --timeout=150 --jobs=4 test/*.js test/reporters/*.js" ,
4848 "visual" : " node test/visual/run-visual-tests.js" ,
4949 "prepublish" : " npm run make-ts" ,
188188 "tap" : " ^10.0.0" ,
189189 "temp-write" : " ^3.1.0" ,
190190 "touch" : " ^1.0.0" ,
191+ "typescript" : " ^2.2.2" ,
191192 "xo" : " ^0.18.0" ,
192193 "zen-observable" : " ^0.5.1"
193194 },
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