type module

master
Kuba Orlik 4 years ago
parent ddbd1f7e37
commit d9e39de511

@ -4,6 +4,7 @@
"description": "Simple process spawning utility for node.js", "description": "Simple process spawning utility for node.js",
"main": "./lib/index.js", "main": "./lib/index.js",
"types": "./@types/index.d.ts", "types": "./@types/index.d.ts",
"type": "module",
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",
"watch": "npm run build -- --watch" "watch": "npm run build -- --watch"

Loading…
Cancel
Save