tscoverage/test/assets/npmts.json

12 lines
146 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":[
"./ts",
"./subts1/",
"./subts2/",
2016-02-04 19:41:34 +00:00
"./customdir"
]
}