Files
infocom-systems-design/node_modules/thread-stream/test/pkg/pkg.config.json
2025-10-03 22:27:28 +03:00

15 lines
268 B
JSON

{
"pkg": {
"assets": [
"../custom-worker.js",
"../to-file.js"
],
"targets": [
"node14",
"node16",
"node18",
"node20"
],
"outputPath": "test/pkg"
}
}