smartspawn/npmextra.json

12 lines
135 B
JSON
Raw Normal View History

{
2017-11-28 15:30:02 +00:00
"npmts": {
"testTs": {
"./test/*.ts": "./test/"
}
2017-11-28 15:30:02 +00:00
},
"npmci": {
"npmGlobalTools": [
"npmts"
]
}
}