tscoverage/test/assets/npmts.json
2016-03-14 04:32:52 +01:00

17 lines
266 B
JSON

{
"mode":"custom",
"ts":{
"./customdir/*.ts":"./"
},
"typings":[
"./ts/typings.json",
"./subts1/typings.json",
"./subts2/typings.json",
"./customdir/typings.json"
],
"coveralls":true,
"docs": {
"publish":true
},
"cli":true
}