smartspawn/npmextra.json

12 lines
171 B
JSON

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