From e68c62cc06ee63f1401ce99464c8ff2c59b69c99 Mon Sep 17 00:00:00 2001 From: Eric Crosson Date: Wed, 8 Nov 2023 08:57:22 -0600 Subject: [PATCH] fix: start target with ./ As the error message commands --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 967d63f..22364ad 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "2.0.0", "description": "", "type": "module", - "exports": "dist/index.js", + "exports": "./dist/index.js", "scripts": { "build": "tsc --build ." },