tscoverage/test/assets/npmts.json

12 lines
146 B
JSON

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