tscoverage/test/assets/npmts.json

19 lines
287 B
JSON
Raw Normal View History

2016-02-04 19:41:34 +00:00
{
2016-03-21 00:07:34 +00:00
"mode":"default",
2016-02-04 19:41:34 +00:00
"ts":{
2016-02-06 17:06:55 +00:00
"./customdir/*.ts":"./"
2016-02-04 19:41:34 +00:00
},
"tsOptions":{
"target":"ES5"
},
2016-02-04 19:41:34 +00:00
"typings":[
2016-03-12 09:21:16 +00:00
"./ts/typings.json",
"./subts1/typings.json",
"./subts2/typings.json",
"./customdir/typings.json"
2016-02-09 04:46:55 +00:00
],
2016-02-25 07:39:38 +00:00
"docs": {
"publish":true
2016-03-14 03:32:52 +00:00
},
"cli":true
2016-02-04 19:41:34 +00:00
}