diff --git a/package.json b/package.json index de728f8..9bdf21e 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "Simple process spawning utility for node.js", "main": "./lib/index.js", "types": "./@types/index.d.ts", + "type": "module", "scripts": { "build": "tsc", "watch": "npm run build -- --watch"