tscoverage/test/assets/npmts.json

9 lines
100 B
JSON
Raw Normal View History

2016-02-04 19:41:34 +00:00
{
"mode":"custom",
"ts":{
2016-02-06 17:06:55 +00:00
"./customdir/*.ts":"./"
2016-02-04 19:41:34 +00:00
},
"typings":[
"./customdir"
]
}