tscoverage/test/assets/npmts.json
2016-02-09 16:00:07 +01:00

13 lines
167 B
JSON

{
"mode":"default",
"ts":{
"./customdir/*.ts":"./"
},
"typings":[
"./ts",
"./subts1/",
"./subts2/",
"./customdir"
],
"coveralls":true
}