From d9e39de51195b40264bda45f8bbc2c3faa12f565 Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Sat, 2 Jan 2021 19:21:50 +0100 Subject: [PATCH] type module --- package.json | 1 + 1 file changed, 1 insertion(+) 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"