smartspawn/npmextra.json
2017-11-28 16:30:02 +01:00

12 lines
135 B
JSON

{
"npmts": {
"testTs": {
"./test/*.ts": "./test/"
}
},
"npmci": {
"npmGlobalTools": [
"npmts"
]
}
}