tscoverage/test/assets/npmts.json

20 lines
305 B
JSON
Raw Normal View History

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