tscoverage/test/assets/npmts.json

13 lines
167 B
JSON
Raw Normal View History

2016-02-04 19:41:34 +00:00
{
2016-02-09 04:39:31 +00:00
"mode":"default",
2016-02-04 19:41:34 +00:00
"ts":{
2016-02-06 17:06:55 +00:00
"./customdir/*.ts":"./"
2016-02-04 19:41:34 +00:00
},
"typings":[
"./ts",
"./subts1/",
"./subts2/",
2016-02-04 19:41:34 +00:00
"./customdir"
2016-02-09 04:46:55 +00:00
],
2016-02-09 15:00:07 +00:00
"coveralls":true
2016-02-04 19:41:34 +00:00
}