Files
bns/node_test/package.json
2024-09-05 04:21:04 +00:00

8 lines
103 B
JSON

{
"scripts": {
"test": "cd ..; tsc -p .; cd node_test; node index.js"
},
"type": "module"
}